Nuxt UI Pro v1.0 is out with dashboard components!

Components
Add 200,000+ ready to use icons to your Nuxt application, based on Iconify.

Usage

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

<template>
  <UIcon name="i-heroicons-light-bulb" class="w-5 h-5" />
</template>
It's highly recommended to install the icons collections you need, read more about this in Theming.