Tabnav
Multi-section navigation tabs
Navigate between documentation sections.
Usage
With icons
Custom matching
Match specific paths:
Dropdown variant
For mobile or space-constrained layouts:
Integration
Place in sidebar header:
Props
Tabnav
| prop | type | description |
|---|---|---|
| tabs | NavTab[] | Navigation tabs |
Navtab
| prop | type | description |
|---|---|---|
| id | string | Unique identifier |
| label | string | Display label |
| href | string | Target URL |
| icon | ReactNode | Optional icon |
| match | string[] | URLs to match for active state |