@islands/icons
v0.10.0-beta.1
Published
<p align="center"> <a href="https://iles-docs.netlify.app"> <img src="https://github.com/ElMassimo/iles/blob/main/docs/images/banner.png"/> </a> </p>
Downloads
276
Readme
An îles module to add and configure unplugin-icons:
✨
autoInstall
enabled by default, andicon
prefix to prevent conflicts🧱 configures the
unplugin-vue-components
resolver automatically🎨 files in the
/icons
dir available as theapp
collection,<IconApp...
Usage 🚀
// iles.config.ts
import { defineConfig } from 'iles'
export default defineConfig({
modules: [
'@islands/icons',
],
})