vue-feather icon indicating copy to clipboard operation
vue-feather copied to clipboard

Feather component for Vue.js.

Results 4 vue-feather issues
Sort by recently updated
recently updated
newest added

I use Tailwind CSS and would like to be able to add classes to the `svg` element, thereby allowing me to use stroke and fill classes with any custom theming...

i am using **"feather-icons": "^4.28.0", "vue-feather": "^2.0.0-rc.1", "vue": "^3.2.26", node.js 14** also in main.js ``` import VueFeather from 'vue-feather'; app.component(VueFeather.name, VueFeather); ``` and in my component this below the line...

Hi I have been trying to use the fill prop but it does not work.