Dropdown | children | Node | Wrap the component that needs the dropdown properties |
Dropdown | content | Node | Specify the component that needs the properties of the dropdown list |
Dropdown | menu | Node | Specify dropdown menu |
Dropdown | apart | Boolean | Adds space at the top between the component and the dropdown |
DropdownItem | id | String | Specify ID for the key of the dropdown element |
DropdownItem | leftElement | type | Specify the left element of the dropdown item |
DropdownItem | label | type | Specify the text of the dropdown item |
DropdownItem | children | type | Specify the text of the dropdown item |
DropdownItem | rightElement | type | Specify the right element of the dropdown list |