Dropdown Menu
Displays a menu to the user—such as a set of actions or functions—triggered by a button.
Was this example helpful?
Usage#
API Reference#
DropdownMenu#
This component is based on the Radix UI Dropdown Menu primitive.
DropdownMenu.Shortcut#
This component is based on the span
element and supports all of its props
DropdownMenu.Hint#
This component is based on the span
element and supports all of its props
Examples#
Sorting#
Implementing collection sorting choices using a Dropdown Menu:
Sorting: none
Was this example helpful?