Sidera/Components/Tabs
Tabs
Tabs let people switch between related views in the same space — organising content without adding navigation depth.
CategoryNavigation
StatusStable
01 —Overview
Switch between related views without leaving the page.
02 —Properties
PropTypeDefault
defaultValuestring—
valuestring (controlled)—
onValueChange(value) => void—
TabsTab valuestringrequired
TabsPanel valuestringrequired
03 —Accessibility
- Built on Base UI — roving focus with arrow keys, Home/End supported.
- Each panel is associated with its tab via ARIA.
- Only the active panel is exposed; a visible focus ring marks the tab.