Underline-style nav tabs that map to NuxtLink routes. Use for page-level navigation between related routes (Settings > Account / Notifications / Security).
TabNav switches the URL — each tab is a real route. Tabs switches view inside a single page without changing the URL.
Pass a tabs array of route descriptors.
Props, events, and slots for each sub-component.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tabs | Tab[] | — | Required. Each tab: { to: string, label: string, exact?: boolean, activeFor?: string[] }. |
| class | string | — | Override layout. |