DocumentationDownloads and examples

DropdownMenu

The DropdownMenu component renders a dropdown menu list when they click on a button.

DropdownMenu Props

NameUseTypeDefinition
itemsDivider
optional
booleanDetermies whether a divider should be displayed between the dropdown items or not.
forceRefresh
optional
numberForces the dropdown menu to refresh when its value is updated
placement
optional
DropdownPositionSpecifies the position of the dropdown menu in relation to the dropdown button

Examples

DropdownMenu with simple text list
Example of a DropdownMenu with simple text list.
DropdownMenu with divider
Example of a DropdownMenu with divider added.
DropdownMenu with icons
Example of a DropdownMenu with icons added.
DropdownMenu with checkbox
Example of a DropdownMenu with checkbox added.
DropdownMenu with radio
Example of a DropdownMenu with radio buttons list added.