Skip to content

Commit 4579b20

Browse files
authored
Update index.html
1 parent 6bbd170 commit 4579b20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

demo/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ <h2>Sections</h2>
7373
This is a section
7474
</section>
7575
</section>
76+
77+
<section class="demo-section">
78+
<h2>Dropdowns</h2>
79+
<div class="ultra-dropdown">
80+
<button class="ultra-dropdown-btn">Choose Option</button>
81+
<div class="ultra-dropdown-content">
82+
<a href="#">Action One</a>
83+
<a href="#">Action Two</a>
84+
<a href="#">Action Three</a>
85+
</div>
86+
</div>
87+
</section>
7688
<script src="../dist/ultra.js" onload="Ultra.init()"></script>
7789
</body>
7890
</html>

0 commit comments

Comments
 (0)