Classes list
Every class Dropdown recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.dropdown | Base wrapper — required; carries .is-open/.is-closed runtime state |
.dropdown-trigger | The button that opens/closes the panel — toggles automatically, no .toggle-target needed |
.dropdown-label / .dropdown-icon | Text label and chevron icon inside the trigger — icon rotates 180° while open |
.dropdown-panel | The list panel itself |
.dropdown-header | Small-caps section heading inside the panel |
.dropdown-item | One selectable row |
.dropdown-item-icon / -label / -shortcut | Icon/label/shortcut slots inside an item |
.dropdown-item-destructive | Recolors an item for a dangerous action |
.dropdown-separator | Horizontal divider between item groups |
.action-select | Behavior hook — fires flick:select with the item's id and closes the panel |
.dropdown-bottom-end / -top-start / -top-end | Placement — the only overlay with all four corner combinations |