- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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.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?