PineUiPhoenix.Components.DropdownMenu (Pine UI v0.2.0)

Copy Markdown View Source

A menu revealed by a trigger.

A port of the Pines dropdown menu.

<.dropdown_menu label="Options">
  <:item navigate={~p"/profile"}>Profile</:item>
  <:item on_click="sign-out" variant="danger">Sign out</:item>
</.dropdown_menu>

Summary

Overlays

Renders a dropdown menu.

Overlays