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-card.md
1# PageCard23A pre-styled card component that displays a title, description and optional link.45## Key Props67- `title`: to set the title of the card.8- `description`: to set the description of the card.9- `icon`: to set the icon of the card.10- `variant`: to change the style of the card.11- `orientation`: to change the orientation with the default slot.12- `reverse`: to reverse the orientation of the default slot.1314## Usage1516```vue17<UPageCard18<!-- props here -->19/>20```21