Components · Navigation
Layered content panels switched by tab triggers. Built on Radix UI Tabs.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| defaultValue | string | — | — | Initially active tab value (uncontrolled). |
| value | string | — | — | Controlled active tab value. |
| onValueChange | (value: string) => void | — | — | Callback when active tab changes. |
| orientation | 'horizontal' | 'vertical' | 'horizontal' | — | Layout direction of the tab list. |
import { Tabs } from '@nexub/react';