Files
ui/docs/content/3.components/icon.md
Benjamin Canac ba874c9191 docs(app): framework select global (#2719)
Co-authored-by: harlan <harlan@harlanzw.com>
2024-11-25 15:47:52 +01:00

520 B

description, links
description links
A component to display any icon from Iconify.
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