fa-picker
v0.0.10
Published
Simple font-awesome picker
Downloads
31
Maintainers
Readme
fa-picker
Simple font-awesome picker.

Table of Contents
Install
This project uses node and npm. Go check them out if you don't have them locally installed.
$ npm install --save fa-pickerUsage
import faPicker from 'fa-picker'
const input = document.querySelector('input')
faPicker(input)
Contributing
See the contributing file.
