Icon Feather icons component for Vue 3 Jan 27, 2021 1 min read vue-feather Feather icons component for Vue 3. View Demo View Github Main files dist/ ├── vue-feather.js (UMD, default) ├── vue-feather.min.js (UMD, compressed) ├── vue-feather.esm.js (ECMAScript Module) └── vue-feather.esm.min.js (ECMAScript Module, compressed) Text Getting started Installation npm install vue feather-icons vue-feather Shell In browser: <script src="/path/to/vue.js"></script><!-- Vue.js is required --> <script src="/path/to/feather.js"></script><!-- Feather is required --> <script src="/path/to/vue-feather.js"></script> HTML Usage import Vue from 'vue'; import VueFeather from 'vue-feather'; const app = Vue.createApp({}); app.component(VueFeather.name, VueFeather); Js <vue-feather type="feather"></vue-feather> HTML Browser support Same as Vue 3. Versioning GitHub fengyuanchen/vue-feather?? — Read MoreDownload as zip Icon
Icon A collection of over 320 Free Icons for Vue.js A collection of over 320 Free Icons for Vue.js 05 May 2023