N
overlays dropdown-menu

Dropdown Menu

Popover menu with keyboard navigation.

$ ndui add dropdown-menu
Component docs

Trigger + items

Duplicate \u2318D
Move to\u2026
Export
Delete
Source
<noundry-dropdown-menu button-text="Options">
    <noundry-dropdown-item text="Duplicate" icon="copy" shortcut="⌘D" />
    <noundry-dropdown-item text="Move to…" />
    <noundry-dropdown-item is-separator="true" />
    <noundry-dropdown-item text="Delete" />
</noundry-dropdown-menu>