Components
← All components

Tabs

stimeo--tabs

Tabbed panels with automatic activation, roving tabindex, and arrow-key navigation.

  • Tabs

The stimeo--tabs controller implements the WAI-ARIA Tabs pattern with automatic activation: moving focus with the arrow keys immediately selects the focused tab. It manages aria-selected, a roving tabindex (0 for the active tab, -1 for the rest), and panel visibility. Tabs pair to panels by index. The library provides behavior only — styling is owned by this Playground.

running
Overview content.

Keyboard

KeyAction
→ / ← Select the next / previous tab (wrapping).
Home / End Select the first / last tab.