Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/content-navigation.md
1# ContentNavigation23An accordion-style navigation component for organizing page links.45## Key Props67- `navigation`: with the `navigation`{lang="ts-type"} value you get when fetching the navigation of your app.8- `color`: to change the color of the navigation links.9- `variant`: to change the variant of the navigation links.10- `highlight`: to display a highlighted border for the active link.1112## Usage1314```vue15<UContentNavigation16<!-- props here -->17/>18```19