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/page-header.md
1# PageHeader23A responsive header for your pages.45## Key Props67- `title`: to display a title in the header.8- `description`: to display a description in the header.9- `headline`: to display a headline in the header.10- `links`: to display a list of [Button](/docs/components/button) in the header.1112## Usage1314```vue15<UPageHeader16<!-- props here -->17/>18```19