Classes list
Every class Menu recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.menu-anchor | Positioning wrapper — required; carries id, .toggle-target targets this |
.menu | The list panel itself, nested inside .menu-anchor |
.menu-label | Small-caps section heading inside the list |
.menu-item | One selectable row (a <button>) |
.menu-item-icon / .menu-item-label / .menu-item-shortcut | Leading icon, text, and trailing shortcut hint slots |
.menu-item-destructive | Recolors an item for a dangerous action |
.menu-separator | Horizontal divider line between item groups |
.action-select | Behavior hook — fires flick:select with the item's id and closes the menu |
.is-open / .is-closed | Runtime state on .menu-anchor, set by flickui.js |
.menu-bottom-end | Anchors the panel to the trigger's bottom-right instead of bottom-left |
.menu-top-start | Flips the panel above the trigger instead of below |