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-toc.md
1# ContentToc23A sticky Table of Contents with automatic active anchor link highlighting.45## Key Props67- `links`: with the `page?.8- `title`: to change the title of the Table of Contents.9- `color`: to change the color of the links.10- `highlight`: to display a highlighted border for the active item.1112## Usage1314```vue15<UContentToc16<!-- props here -->17/>18```19