fa-picker
v0.0.10
Published
Simple font-awesome picker
Downloads
38
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-picker
Usage
import faPicker from 'fa-picker'
const input = document.querySelector('input')
faPicker(input)
Contributing
See the contributing file.