1.0.6 • Published 10 months ago

aquila-dropdown v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

dropdown-menu

Copy and paste this at the end of the body of your HTML file:

<script src="https://cdn.jsdelivr.net/npm/aquila-dropdown@1.0.6/dist/main.js"></script>

or

<script src="https://unpkg.com/aquila-dropdown@1.0.6/dist/main.js"></script>

##How to use it:

In your html file create:

<div class="aquila-dropdown">
  <button class="aquila-btn">[your button text or image]</button>
  <ul class="aquila-elements">
    <li class="aquila-item">[your item]</li>
    <li class="aquila-item">[your item]</li>
    [add as many items as you like]
  </ul>
</div>

Everyone of them is a dropdown menu with a button. Feel free to customize their style in your stylesheets.

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago