DropDown
Last updated
Last updated
A DropDown component.
header
React node
None
A header that will appear at the beginning of the items menu.
items
Array
None (required)
Use this property to define the items of the DropDown menu.
React node
"Select an item"
The node displayed in the button when there is no selection.
React component
({ selectedLabel }) => selectedLabel
A function (or React component), used to display the button label.
selectedLabel
(String
): label of the selected item.
selectedIndex
(Number
): index of the selected item.
Function
None (required)
This callback is called whenever the user selects a new item.
index
(Number
): Index of the newly selected item in props.items
.
items
(Array
): the items passed in props.items
.
Number
-1
Set this prop to the index of the active item. Set to -1
to unselect and display the placeholder.
Boolean
false
Takes the full width if set to true
.
String
None
Use this prop to set the CSS width of the button.
Boolean
false
Disable the DropDown.