@vuecs/icons-lucide
v1.1.1
Published
Lucide icon preset for vuecs — maps semantic-slot defaults (pagination prev/next/first/last, submit-button create/update, ...) to Lucide Iconify names.
Maintainers
Readme
@vuecs/icons-lucide
Lucide icon preset for vuecs. Maps vuecs's semantic-slot behavioral defaults (pagination prev/next/first/last, submit-button create/update, …) to Lucide Iconify names.
npm install @vuecs/icons-lucideimport { createApp } from 'vue';
import vuecs from '@vuecs/core';
import lucide from '@vuecs/icons-lucide';
createApp(App).use(vuecs, { icons: [lucide()] });This preset is configuration only — it doesn't ship icon data. You also need an Iconify delivery mechanism (@nuxt/icon, addCollection() from @iconify/vue, or unplugin-icons). See vuecs.dev/getting-started/icons for setup recipes.
