Welcome to the StepOne components documentation
StepOne Fundation
StepOne Modules
DropdownMenu
The DropdownMenu component renders a dropdown menu list when they click on a button.
DropdownMenu Props
| Name | Use | Type | Definition |
| itemsDivider | optional | boolean | Determies whether a divider should be displayed between the dropdown items or not. |
| forceRefresh | optional | number | Forces the dropdown menu to refresh when its value is updated |
| placement | optional | DropdownPosition | Specifies 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.