Props & events

Attributes & behavior classes

Intent color (no primary/secondary — success/warning/danger/info/subtle only), style, and alignment configure appearance.

Attribute / classPurpose
role="tablist" / role="tab" / role="tabpanel"Required WAI-ARIA roles
aria-selected / aria-controlsLink each tab to its panel and mark the active one

Events

Arrow keys, Home/End, and click all funnel through the same selection handler.

EventDescription
flick:changeFired with the newly-selected tab's id whenever the active tab changes.