summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-11 15:42:43 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-11 15:42:43 -0500
commitc525ecd4af4839b9b68141edca3e2209ade31834 (patch)
tree6db54eacebec80d584c5b0f519964e306832dfd7 /index.html
parenta69d2a915f95d628c1f5e260a6a2371d3af564c3 (diff)
color widget
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index c73282b..9a2fd05 100644
--- a/index.html
+++ b/index.html
@@ -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>