Javascript dropdown - tiny and simple.
| Option | Type | Default | Description | Example |
|---|---|---|---|---|
| id | string | DOM element | Example | |
| data-position | string | bottom | top,right,bottom,left | Example |
| data-height | int | scroll height | Example |
<divclass="dropdown-container"><!-- Button trigger modal --><buttonclass="dropdown-btn"
data-target="dropdown-default"
>
Default Dropdown
</button><!-- Dropdown List --><divclass="dropdown-list" id="dropdown-default"
><liclass="dropdown-item"><ahref="#">...</a></li>
...
</div></div>Designed and built by Kenan Gündoğan
2021 Currently - Code released under the MIT License
Docs released under Creative Commons
