drmovi / vue-icon-picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vue 78.5%Language:JavaScript 15.5%Language:HTML 5.9%