Dropdown

A dropdown button, with a JS hook.

<.dropdown id="dropdown-single-default" text="A dropdown" theme={:default}>
  <:entry path="#" text="Account settings"/>
  <:entry path="#" text="Support"/>
  <:entry path="#" text="License"/>
</.dropdown>
<.dropdown id="dropdown-single-primary-color" text="Primary" color={:primary} theme={:default}>
  <:entry path="#" text="Account settings"/>
  <:entry path="#" text="Support"/>
  <:entry path="#" text="License"/>
</.dropdown>