Layout
Tabs
Tabbed navigation with content panels.
Sourcetabs.tsx
Primitive
@radix-ui/react-tabs
Tabs
Tabbed navigation.
Dashboard overview with KPI metrics.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | -- | Controlled active tab value. |
defaultValue | string | -- | Default active tab for uncontrolled usage. |
onValueChange | (value: string) => void | -- | Called when active tab changes. |
Related
Usage
import { Tabs } from "@doss/tetris-ui";