Light mode
Dark mode
defaultValue: string
- The value of the tab that should be active when initially rendered.children
- Components to be rendered inside the Tabs container. Mainly TabsList
and TabsContent
.children
- TabsTrigger
components.TabsList
.
id: string
- A unique identifier for the tab.title: string
- The label displayed on the tab trigger.value: string
- A unique value that associates the content with a trigger.children
- The content to display when the tab is active.