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/header.md
1# Header23A responsive header component.45## Key Props67- `title`: to change the title of the header.8- `to`: to change the link of the title.9- `mode`: to change the mode of the header menu.10- `toggle`: to customize the toggle button displayed on mobile.1112## Usage1314```vue15<UHeader16<!-- props here -->17/>18```19