Brand
Changelogv1.4

Dropdown

Dropdowns reveal a list of actions or options when triggered.

Hover

Hover me

Usage

<div class="bos:dui-dropdown">
  <div tabindex="0" role="button" class="bos:dui-btn">Menu</div>
  <ul tabindex="0" class="bos:dui-dropdown-content bos:dui-menu bos:bg-base-100 bos:rounded-box bos:z-10 bos:w-52 bos:p-2 bos:shadow">
    <li><a>Item 1</a></li>
    <li><a>Item 2</a></li>
  </ul>
</div>