diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-11 15:42:43 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-11 15:42:43 -0500 |
commit | c525ecd4af4839b9b68141edca3e2209ade31834 (patch) | |
tree | 6db54eacebec80d584c5b0f519964e306832dfd7 /index.html | |
parent | a69d2a915f95d628c1f5e260a6a2371d3af564c3 (diff) |
color widget
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,8 +27,11 @@ <div class="widget button toggle">Lamp 1</div> <div class="widget slider" style="--fill-percent: 0.3;"></div> <div class="widget button checkbox"></div> + <div class="widget color-wheel" style="--pos-x: 0.3; --pos-y: 0.3;"></div> + <div class="widget color-temp" style="--pos: 0.3;"></div> + <div class="widget color-light" style="--pos: 0.3;"></div> </content> <script type="module" src="scripts/main.js"></script> </body> -</html>
\ No newline at end of file +</html> |