Navigation
Tabs
Tabbed navigation with smooth animated transitions.
Navigation Tabs
Organize content into switchable views with high-performance shared layout animations.
Overview Content Area
Pill Variant
A more contained, button-like appearance often used for sub-navigation or toggles.
Weekly View
Icons & Badges
Tabs support icons and badges to provide additional context and status.
Inbox Content
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
tabs | Tab[] | — | Array of tab items containing unique id, label, icon, badge, and content |
activeId | string | — | Controlled active tab identifier |
onChange | (id: string) => void | — | Callback function triggered when the value changes |
variant | 'line' | 'pill' | 'line' | Semantic design theme variant |
leftAction | React.ReactNode | — | Configures the leftAction option |
rightAction | React.ReactNode | — | Configures the rightAction option |