Skip to Content
DocsComponentsTabs

Tabs

Tabs organize content into multiple sections and allow users to navigate between them.

Disabled

Component props

Tabs

NameTypeDescription
selectedKeystringControlled selected tab key
defaultSelectedKeystringDefault selected tab key
onSelectionChange(key: string) => voidCalled when selection changes

Tab

NameTypeDescription
idstringUnique tab identifier (required)
hrefstringMakes the tab a link
isDisabledbooleanDisables the tab