Skip to content

Commit 463e2ab

Browse files
authored
Update index.html
Added switch demo
1 parent 6bb5261 commit 463e2ab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ <h2>Dropdowns</h2>
8585
</div>
8686
</div>
8787
</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>
8896
<script src="../dist/ultra.js" onload="Ultra.init()"></script>
8997
</body>
9098
</html>

0 commit comments

Comments
 (0)