dropdown

Dropdown component along with DropdownLabel, DropdownMenu and DropdownMenuItem can be used for creating toggleable dropdowns in declarative way.

Sort by: acending

Dropdown specific props

PropertyTypeRequiredDefaultDescription
onChange(menuItemValue: any) => void-

handler that fires on DropdownMenuItem click, accepts DropdownMenuItem value prop as an argument

DropdownMenuItem specific props

PropertyTypeRequiredDefaultDescription
valueany-

value prop gets passed to parent Dropdown onChange event on DropdownMenuItem click

Dropdown,DropdownLabel, DropdownMenu and DropdownMenuItem components all accept all of the responsive, theme-based style props.

Theme

Component

Presets

Download


Colors
Spacing
Typography
Breakpoints
Borders
Miscellaneous