Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emyann/fa-picker

A FontAwesome Picker jQuery Widget.
https://github.com/emyann/fa-picker

Last synced: 5 days ago
JSON representation

A FontAwesome Picker jQuery Widget.

Awesome Lists containing this project

README

        

#FontAwesome Bootstrap Picker

This jQuery plugin runs into Bootstrap context and provides a way to browse all `font-awesome` 4 icons using `isotope` dynamic placement. FaPicker uses a json-parsed yml file called `icons.yml` which is located into Font Awesome official repository. That allows to provide all necessary metadata in order to improve user browsing experience.

##Demos
FaPicker demo website [here](http://emyann.github.io/fa-picker)
See the demo page [here](http://emyann.github.io/fa-picker/demo1.html)

## Initialize
### In HTML

``` html

```
### In JavaScript
Element Basis
``` js
$("#myElement").faPicker();
```

Global instantiation
``` js
$("[data-dnp-widget='fapicker']").faPicker();
```

## Todo

- [X] Build Grid Layout
- [X] Medata Filters
- [X] Metadata Sorters
- [_] Infinite Scroll
- [_]
- [_] Export selected icon data
- [_] Events: broadcast chosen icon