1.0.0 • Published 7 years ago

vue-icon-picker v1.0.0

Weekly downloads
83
License
-
Repository
github
Last release
7 years ago

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 screenshot