vue-feather-icons-wrapper
v1.1.1
Published
Wrapper for vue-feather-icons which sets all icons available as components globally
Downloads
6
Readme
vue-feather-icons-wrapper
Simple wrapper for vue-feather-icons by egoist to make all icons available globally as components
Install
// also install vue-feather-icons by egoist
npm install --save vue-feather-icons vue-feather-icons-wrapper
Usage
import FeatherWrapper from 'vue-feather-icons-wrapper'
Vue.use(FeatherWrapper)
In your template
<template>
<airplay-icon class="custom-class"></airplay-icon>
</template>