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/icon.md
1# Icon23A component to display any icon from Iconify or another component.45## Key Props67- `name`: to display an icon:89## ::component-code1011props:12name: 'i-lucide-lightbulb'13class: 'size-5'1415---1617::1819::framework-only20#nuxt21:::caution{to="/docs/getting-started/integrations/icons/nuxt#collections"}22It's highly recommended to install the icons collections you need, read more about this.2324## Usage2526```vue27<UIcon28<!-- props here -->29/>30```31