Files
ui/docs/content/3.components/icon.md
2024-11-06 12:59:19 +01:00

477 B

description, links
description links
A wrapper around Nuxt Icon component to display icons.
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:

::component-code

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

::

::tip It's highly recommended to install the icons collections you need, read more about this in Icons. ::