A simple and compact dropdown that can be used for menus.
| Component Name | Development Status |
|---|---|
| Dropdown | DONE |
You can find all examples for components developed in this module here.
Very basic Dropdown component examples.
| Property Name | Type | Description |
|---|---|---|
| children | noderequired | |
| content | unionrequired | |
| isShown - false | bool | When true, the dialog is shown. |
| width - 200 | number | Width of the Dropdown. |
| placement - 'bottom-right' | enum | Positioning of the Dropdown. |