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-cta.md
1# PageCta23A call to action section to display in your pages.45## Key Props67- `title`: to set the title of the CTA.8- `description`: to set the description of the CTA.9- `links`: to display a list of [Button](/docs/components/button) under the description.10- `variant`: to change the style of the CTA.11- `orientation`: to change the orientation with the default slot.12- `reverse`: to reverse the orientation of the default slot.1314## Usage1516```vue17<UPageCta18<!-- props here -->19/>20```21