vue-feather
A Vue component wrapper for Feather.
Main
dist/
├── vue-feather.js (UMD)
├── vue-feather.min.js (UMD, compressed)
├── vue-feather.common.js (CommonJS, default)
└── vue-feather.esm.js (ES Module)
Getting started
Installation
npm install vue-feather vue feather-icons
In browser:
<script src="/path/to/vue.js"></script>
<script src="/path/to/feather.js"></script>
<script src="/path/to/vue-feather.js"></script>
Usage
import Vue from 'vue';
import VueFeather from 'vue-feather';
Vue.component(VueFeather.name, VueFeather);
<feather type="feather"></feather>
In browser:
<script>Vue.component(VueFeather.name, VueFeather);</script>
Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Opera (latest)
- Edge (latest)
- Internet Explorer 9+
Contributing
Please read through our contributing guidelines.
Versioning
Maintained under the Semantic Versioning guidelines.
License
MIT © Chen Fengyuan