ComponentsDropdown Menu

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.

GitHub LogoSource Code

Customized items

The items in the dataList prop can be can be customized, namely with an icon or custom content on the label prop. Each item can be individually disabled also.

Controlled

You can control the open state of the dropdown through the expanded prop.