vue-icon-picker
v1.0.0
Published
support fontawesome v5+ with ability to filter icons #How to use install
Downloads
587
Readme
Vue Icon Picker
support fontawesome v5+ with ability to filter icons #How to use install
npm i vue-icon-picker
#Features
1- Fontawesome 5+ icons including social icons
2- Color selection for icon
3- Search icons #Use:
import VueIconPicker from 'vue-icon-picker';
inside your template:
<vue-icon-loader v-model="icon" height="300px">
icon
is an object width following structure {name:"flag",type:"fontawesome",color:"#000000"}
#Preview