Props & events
Attributes & behavior classes
Intent color (no primary/secondary — success/warning/danger/info/subtle only), style, and alignment configure appearance.
| Attribute / class | Purpose |
|---|---|
role="tablist" / role="tab" / role="tabpanel" | Required WAI-ARIA roles |
aria-selected / aria-controls | Link each tab to its panel and mark the active one |
Events
Arrow keys, Home/End, and click all funnel through the same selection handler.
| Event | Description |
|---|---|
flick:change | Fired with the newly-selected tab's id whenever the active tab changes. |