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-feature.md
1# PageFeature23A component to showcase key features of your application.45## Key Props67- `title`: to set the title of the feature.8- `description`: to set the description of the feature.9- `icon`: to set the icon of the feature.10- `orientation`: to change the orientation of the feature.1112## Usage1314```vue15<UPageFeature16<!-- props here -->17/>18```19