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 6bbd170 commit 4579b20Copy full SHA for 4579b20
demo/index.html
@@ -73,6 +73,18 @@ <h2>Sections</h2>
73
This is a section
74
</section>
75
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
87
+ </section>
88
<script src="../dist/ultra.js" onload="Ultra.init()"></script>
89
</body>
90
</html>
0 commit comments