This Nuxt module makes working with Lucide icons a breeze!
- 🚠 Auto imports Lucide icons
- 🎛️ Configurable name prefix
- 🌲 Supports tree-shaking
Install the module to your Nuxt application with one command:
npx nuxi module add lucide-iconsThat's it! You can now use all Lucide icons in your Nuxt app ✨
<template>
<div>
<h1>Nuxt Lucide Icons</h1>
<LucideRocket />
<LucideFolderGit2 color="red" />
<LucideStar :size="32" />
</div>
</template>Don't like the default component name prefix? You can change it in nuxt.config.ts:
export default defineNuxtConfig({
modules: [
'nuxt-lucide-icons'
],
lucide: {
namePrefix: 'Icon'
}
})Please see CHANGELOG for more information on what has changed recently.
Local development
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run releasePlease see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email security@swis.nl instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
SWIS is a web agency from Leiden, the Netherlands. We love working with open source software.