Files
ui/docs/content/3.components/icon.md
Sébastien Chopin 0a8f49275e docs(components): add page (#3365)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2025-02-21 12:15:42 +01:00

538 B

description, category, links
description category links
A component to display any icon from Iconify. element
label to target icon
Icônes https://icones.js.org/ _blank i-custom-icones-js

Usage

Use the name prop to display an icon:

::component-code

props: name: 'i-lucide-lightbulb' class: 'size-5'

::

::framework-only #nuxt :::caution{to="/getting-started/icons/nuxt#collections"} It's highly recommended to install the icons collections you need, read more about this. ::: ::

API

Props

:component-props