Files
ui/docs/content/2.components/icon.md
2024-06-25 11:44:51 +02:00

653 B

description, links
description links
Add 200,000+ ready to use icons to your Nuxt application, based on Iconify.
label icon to
Iconify i-simple-icons-iconify https://icones.js.org
label icon to
Nuxt Icon i-simple-icons-github https://github.com/nuxt/icon

Usage

You can use any name from the https://icones.js.org collection such as the i- prefix:

::component-card

baseProps: class: 'w-5 h-5' props: name: 'i-heroicons-light-bulb'

::

::callout{icon="i-heroicons-light-bulb"} It's highly recommended to install the icons collections you need, read more about this in Theming. ::