PurgeIcons's Vue 2 Icon Component
Adapted from https://github.com/antfu/vitesse/blob/master/src/components/Icon.vue
Must install PurgeIcons.
Installation
npm i purge-icons-vue# or yarn add purge-icons-vue
And register in Vue app entry:
Vue
If you installed postcss-import
, can import CSS file:
;
Usage
The icon id follows the rules in Iconify which you can use any icons from the supported icon sets. It will only bundles the icons you use, check out PurgeIcons for more details.