DropDownMenu
A dropdown menu is a graphical control element, similar to a list box, that allows the user to choose a value from a list.
Customized items
The items in the dataList
prop can be customized with icons, custom content on the label
prop, separators, and individual disabled states. Use the separator
property to add visual separators between logical groups of actions.
Controlled
You can control the open state of the dropdown through the expanded
prop.
Last updated on