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/avatar.md
1# Avatar23An img element with fallback and Nuxt Image support.45## Key Props67- `src`: to set the image URL.8- `size`: to set the size of the Avatar.9- `icon`: to display a fallback [Icon](/docs/components/icon).10- `text`: to display a fallback text.11- `chip`: to display a chip around the Avatar.1213## Usage1415```vue16<UAvatar17<!-- props here -->18/>19```20