1. Docs
  2. Components
  3. Tabs

Tabs

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

Installation

Anatomy

Examples

Disabled

Vertical

API Reference

Tabs.Root

PropTypeDefault
selectedKey
Key
defaultSelectedKey
Key
onSelectionChange
function
orientation
enum
"horizontal"
isDisabled
boolean
keyboardActivation
enum
"automatic"

Tabs.List

PropTypeDefault
children
ReactNode | function
items
Iterable<T>
className
string

Tabs.Trigger

PropTypeDefault
id
Key
isDisabled
boolean
children
ReactNode
className
string

Tabs.Content

PropTypeDefault
id
Key
children
ReactNode
shouldForceMount
boolean
className
string