Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emyann/fa-picker
- Owner: emyann
- Created: 2014-02-17T22:19:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T13:31:52.000Z (over 10 years ago)
- Last Synced: 2024-10-30T21:09:56.422Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://emyann.github.io/fa-picker/
- Size: 637 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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