Nuxt Modules Icon Versions Save

The component, supporting Iconify, Emojis and custom components.

v0.3.0

1 year ago

CSS Component

This is currently experimental and may change in the future, this is a way to use CSS icons instead of SVG icons to reduce the DOM size and improve performance. It is leveraging the Mask combined with background color set to currentColor, useful to render monotone icons that use currentColor as icon color. Learn more on https://docs.iconify.design/icon-components/css.html

<template>
  <IconCSS name="uil:twitter" />
</template>

Learn more on #54

Devtools Tab

So you can search from https://icones.js.org directly inside the Nuxt Devtools:

CleanShot 2023-02-16 at 14 39 15

v0.2.11

1 year ago

fix(build): double-check exposed build

v0.2.10

1 year ago
  • fix(autocomplete): fix autocomplete path resolving avoiding issues on build (3d83579)
  • feat(icon): add autocomplete on aliases on component (0af0aa6)
  • chore(playground): add typescript workspace to playground (e069696)

v0.2.9

1 year ago
  • feat: autocomplete aliases (#45) (3eca3f2) by @Tahul

v0.2.8

1 year ago
  • chore: add @types/node (f5cfc35)
  • chore: update deps (8a8a0fe)

v0.2.7

1 year ago
  • chore: update studio fields (0d9314b)

v0.2.6

1 year ago
  • chore(types): fix (5caf4b7)

v0.2.5

1 year ago
  • fix: reactivity on appConfig when nuxtIcon is undefined (8d9ef80)

v0.2.4

1 year ago
  • chore: update nuxt-config-schema (969030f)

v0.2.3

1 year ago
  • chore(types): update title and description for schema (66e7720)