summaryrefslogtreecommitdiff
path: root/scripts/main.js
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-13 02:23:34 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-13 02:23:34 -0500
commitff981cd5b7ab9274630a1417593af96e36b99e7a (patch)
treeaea5306f3c1f046893c7160b8350fd9808773f91 /scripts/main.js
parent53c95ab94cab5163424646d4a798a7ea7fb13ec7 (diff)
Color Wheel Widget
Diffstat (limited to 'scripts/main.js')
-rw-r--r--scripts/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/main.js b/scripts/main.js
index ac6dbe9..3cdbe12 100644
--- a/scripts/main.js
+++ b/scripts/main.js
@@ -16,6 +16,8 @@ class Client {
content.appendChild(this.temp.element);
this.light = new WidgetColorLight();
content.appendChild(this.light.element);
+ this.wheel = new WidgetColorWheel();
+ content.appendChild(this.wheel.element);
// content.appendChild(Widget("button").el);
// content.appendChild(Widget("checkbox").el);
// content.appendChild(Widget("slider").el);