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-hero.md
1# PageHero23A responsive hero for your pages.45## Key Props67- `title`: to set the title of the hero.8- `description`: to set the description of the hero.9- `headline`: to set the headline of the hero.10- `links`: to display a list of [Button](/docs/components/button) under the description.11- `orientation`: to change the orientation with the default slot.12- `reverse`: to reverse the orientation of the default slot.1314## Usage1516```vue17<UPageHero18<!-- props here -->19/>20```21