Classes list
Every class Tabs recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.tabs | Base class — required |
.tabs-tablist | The role="tablist" row/column containing the tab buttons |
.tabs-tab | Each tab button (aria-selected/aria-disabled control its styled state) |
.tabs-indicator | Sliding highlight bar (text style only) |
.tabs-panels / .tabs-panel | The panel container and each individual panel |
.action-select | Behavior hook on .tabs-tab — wires it into flickui.js's selection handling |
.tabs-vertical | Stacks the tablist vertically and reverses the arrow-key axis |
.tabs-manual | Activation mode — arrow keys move focus without auto-selecting |