Menu
Sidera/Components/Tabs

Tabs

Tabs let people switch between related views in the same space — organising content without adding navigation depth.

CategoryNavigation
StatusStable
01Overview
Switch between related views without leaving the page.
02Properties
PropTypeDefault
defaultValuestring
valuestring (controlled)
onValueChange(value) => void
TabsTab valuestringrequired
TabsPanel valuestringrequired
03Accessibility
  • 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.