Layout

Tabs

Tabbed navigation with content panels.

Sourcetabs.tsx
Primitive

@radix-ui/react-tabs

Tabs

Tabbed navigation.

Dashboard overview with KPI metrics.

API Reference

PropTypeDefaultDescription
valuestring--Controlled active tab value.
defaultValuestring--Default active tab for uncontrolled usage.
onValueChange(value: string) => void--Called when active tab changes.

Usage

import { Tabs } from "@doss/tetris-ui";