1.2.2 • Published 18 days ago

lucide-nuxt v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

lucide-nuxt

npm version npm downloads License Nuxt

lucide-vue-next auto-imports for Nuxt 3 for the best DX with Lucide Icons.

Features

  • 📝 Copy and paste from the lucide website without worrying about the import.
  • 💌 Easy to setup, just one command!

Quick Setup

Install the module to your Nuxt application with one command:

npx nuxi module add lucide-nuxt

That's it! You can now use lucide-nuxt in your Nuxt app ✨

Usage

Search for an icon on https://lucide.dev/icons and click on copy Vue.

instructions

Paste into your template.

<template>
  <HandHeart />
</template>

Configuration

You can change the prefix via the following code. In the example y use Lucide as the custom prefix.

export default defineNuxtConfig({
  modules: ["lucide-nuxt"],
  lucide: {
    prefix: "Lucide",
  },
});
<template>
  <LucideCamera />
</template>

Contribution

1.2.2

18 days ago

1.2.1

25 days ago

1.2.0

25 days ago

1.1.0

25 days ago

1.0.0

25 days ago