Tabs
Tabbed interface for switching between content panels.
Default
Account settings here.
Multiple Tabs
Overview content.
Props — Tabs
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultValue | string | — | Initial active tab value. |
| value | string | — | Controlled active tab value. |
| onValueChange | (value: string) => void | — | Callback when active tab changes. |