← Design system

Dropdown

Interactive examples and usage for the Dropdown component.

Examples

Props

PropTypeDefaultDescription
itemsDropdownItem[]requiredArray of menu items with label, onclick, type, and disabled
align'left' | 'right''left'Horizontal alignment of the dropdown menu

Keyboard

KeyAction
Arrow DownMove to next menu item
Arrow UpMove to previous menu item
HomeMove to first menu item
EndMove to last menu item
EnterSelect the focused item
EscapeClose the dropdown menu