Tabs
Organize content into switchable panels with a tab list. Built on Radix Tabs.
Account
Manage your account settings.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| defaultValue | string | - | Default active tab value |
| value | string | - | Controlled active tab |
| onValueChange | (value: string) => void | - | Callback on tab change |
Import
import { Tabs } from '@blastx/ui';