PtahUi.Components.Dropdown (PtahUI v0.1.0)

Copy Markdown View Source

Dropdown menu with animated transitions, keyboard support, and click-away closing.

Example

<.dropdown label="Opções">
  <.dropdown_menu_item link_type="button" phx-click="edit">Editar</.dropdown_menu_item>
  <.dropdown_menu_item link_type="live_patch" to={~p"/users"}>Utilizadores</.dropdown_menu_item>
  <.dropdown_menu_item disabled label="Desativado" />
</.dropdown>

Summary

Functions

A single dropdown menu item — renders as <a>, <button>, live_patch, or live_redirect.

A selectable dropdown item — acts like a radio option inside the menu.

Functions