Dropdown
An element for moving the menu or changing the desired menu properties.
1. Root : The top-level container area that wraps the Dropdown component
2. Label: Button label
3. Prefix : Option area provided at the front of the menu
4. Suffix : Option area provided at the back of the menu
5. Container : Area that contains the Dropdown elements
States
| States | Value | Description |
|---|---|---|
| Opened | Boolean | Switch to True when the Dropdown container is open |
| Pressed | Boolean | Switches to True when in a clicked state via touch |
| Disabled | Boolean | When True, the Dropdown is in a non-interactive state |
Properties
| Property | Value | Description |
|---|---|---|
| Prefix | App Icon, Icon | Option provided at the front of the menu |
| Suffix | Switch, Icon | Option provided at the back of the menu |
| Size | Medium, Small | Size options for Dropdown container items |