A tabbed interface that switches between multiple content panels while keeping only one active at a time.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Tabs } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Implements the WAI-ARIA Tabs pattern. Uses `role="tablist"`, `role="tab"`, `role="tabpanel"` with `aria-selected` and `aria-controls`.