Tabs
Default
toolbar: shared state
overview content — shared state
Props
| Prop | Type | Default | Notes |
|---|---|---|---|
| tabs | Tab<TState>[] | — | Label, path, optional toolbar snippet, content snippet. |
| state | TState | — | Passed to the toolbar/content snippets. |
| pathname | string | — | Route mode: active path drives link rendering. |
| ariaLabel | string | 'Tabs' | Accessible name for the nav. |
| class | string | '' | Extra classes for the header row. |
| headerClass | string | built-in | Replaces the header row classes. |