navigation
Tabs
Tabbed navigation with line and pill variants.
import { Tabs } from "@raydenui/ui"Interactive demo
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "line" | "pill" | "line" | Style |
value | string | — | Controlled value |
defaultValue | string | — | Default value |
onValueChange | (value: string) => void | — | Change handler |