We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb5261 commit 463e2abCopy full SHA for 463e2ab
demo/index.html
@@ -85,6 +85,14 @@ <h2>Dropdowns</h2>
85
</div>
86
87
</section>
88
+
89
+ <section class="demo-section">
90
+ <h2>Switches</h2>
91
+ <label class="ultra-switch">
92
+ <input type="checkbox" class="ultra-switch-input" />
93
+ <span class="ultra-switch-slider"></span>
94
+ </label>
95
+ </section>
96
<script src="../dist/ultra.js" onload="Ultra.init()"></script>
97
</body>
98
</html>
0 commit comments