Dropdown

Attribute Type Documentation Default Value
class :string
top :boolean
bottom :boolean
end :boolean
left :boolean
right :boolean
hover :boolean
open :boolean
rest :global
Required inner_block * :slot
<div tabindex="0" role="button" class="btn m-1">Click</div>
<div
  tabindex="0"
  class="dropdown-content card card-compact bg-primary text-primary-content z-[1] w-64 p-2 shadow">
  <div class="card-body">
    <h3 class="card-title">Card title!</h3>
    <p>you can use any element as a dropdown.</p>
  </div>
</div>