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/user.md
1# User23Display user information with name, description and avatar.45## Key Props67- `name`: to display a name for the user.8- `description`: to display a description for the user.9- `avatar`: to display an [Avatar](/docs/components/avatar) component.10- `chip`: to display a [Chip](/docs/components/chip) component.11- `size`: to change the size of the user avatar and text.12- `orientation`: to change the orientation.1314## Usage1516```vue17<UUser18<!-- props here -->19/>20```21