A simple iconpicker for Bootstrap 3.x.
Please note that this project is for Bootstrap 3.x, including Glyphicons. Other icon fonts thats supports: Elusive Icons, Font Awesome, Ionicons, Map Icons, Material Design Icons, Octicons, Typicons, Weather Icons.
- Quick start
- Documentation and live examples
- Bugs and feature requests
- Changelog
- Versioning
- Author
- Contributors
- License
Three quick start options are available:
- Download the latest release:
.
- Clone the repo:
git clone https://github.com/victor-valencia/bootstrap-iconpicker.git. - Install with Bower:
bower install bootstrap-iconpicker. - Install with npm:
npm install bootstrap-iconpicker.
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
bootstrap-iconpicker/
├── css/
│ ├── bootstrap-iconpicker.css
│ ├── bootstrap-iconpicker.min.css
├── js/
│ ├── bootstrap-iconpicker-iconset-all.js
│ ├── bootstrap-iconpicker-iconset-all.min.js
│ ├── bootstrap-iconpicker.js
│ └── bootstrap-iconpicker.min.js
We provide compiled CSS and JS (bootstrap-iconpicker.*), as well as compiled and minified CSS and JS (bootstrap-iconpicker.min.*).
All iconset includes in previous versions are included in file (bootstrap-iconpicker-iconset-all.js) compiled and (bootstrap-iconpicker-iconset-all.min.js) minified.
| Iconset | Versions |
|---|---|
| Elusive Icons | v2.0.0 (lastest) |
| Flag Icons | v2.8.0 (lastest) |
| Font Awesome Icons | v4.0.0, v4.1.0, v4.2.0, v4.3.0, v4.4.0, v4.5.0, v4.6.0 and v4.7.0 (lastest) |
| Glyphicons | v3.3.7 (lastest) |
| Ionicons | v1.5.2 and v2.0.1 (lastest) |
| Map Icons | v2.1.0 (lastest) |
| Material Design Icons | v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2 and v2.2.0 (lastest) |
| Octicons | v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2, v2.2.0, v2.2.1, v2.2.2, v2.2.2, v2.3.0, v2.4.0, v2.4.1, v3.0.0, v3.1.0, v3.2.0, v3.3.0, v3.4.0, v3.4.1, v3.5.0, v4.0.0, v4.1.0, v4.1.1, v4.2.0, v4.2.1, v4.3.0 and v4.4.0 (lastest) |
| Typicons | v2.0.1, v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.6, v2.0.7, v2.0.8 and v2.0.9 (lastest) |
| Weather Icons | v1.2.0 (lastest) |
See documentation and live examples here: http://victor-valencia.github.io/bootstrap-iconpicker
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher. You may use this JSFiddle as a template for your bug reports.
- Includes all iconset files in file
bootstrap-iconpicker-iconset-all.js. - Add option
iconsetVersion. - Support for Flag Icons v2.8.0.
- Support for multiple versions (v2.0.1, v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.7, v2.0.8 and v2.0.9) of Typicons.
- Support for multiple versions (v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2, v2.2.0, v2.2.1, v2.2.2, v2.2.2, v2.3.0, v2.4.0, v2.4.1, v3.0.0, v3.1.0, v3.2.0, v3.3.0, v3.4.0, v3.4.1, v3.5.0, v4.0.0, v4.1.0, v4.1.1, v4.2.0, v4.2.1, v4.3.0 and v4.4.0) of Octicons.
- Support for multiple versions (v1.3.1, v1.3.2, v2.0.0, v2.0.1, v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.6, v2.0.7, v2.0.8, v2.0.9 and v2.0.10) of Weather Icons.
- Support for multiple versions (v2.0.0, v2.0.1, v2.0.2, v2.1.0, v2.1.1, v2.1.2 and v2.2.0) of Material Design Icons.
- Support for multiple versions (v2.0.1 @ibrahimyilmaz7) of Ionicons.
.
- Fix navigation to invalid pages.
- Filling search/hidden inputs. @s-belichenko-sold
- Search and filter case insensitive. @mahmoud-asadi
- Support for Bootstrap 3.3.7.
- Update license to MIT.
.
- Support for npm install.
.
- Fix for case, when there are no icons, and count is displayed, as '1 - 0 of 0 '. @joews.
- Support for multiple versions (v4.3.0 @michaelbilcot, v4.4.0, v4.5.0, v4.6.0 and v4.7.0) of Font Awesome Icons.
.
- Support for button and div tags.
- All
iconsetincludes the empty icon value. - Option
rowsaccepts the value 0 to indicate all rows. - Add options:
alignheaderfooter
- Add methods:
setAlignsetHeadersetFooter
- Support for 1 more icon fonts:
.
- Restructure
iconsetconfiguration. - Option
iconsetacceptsStringandObject(Limit youriconsetoption). - Add options:
arrowPrevIconClassarrowNextIconClasslabelHeaderlabelFooter
- Add methods:
setArrowClasssetArrowPrevIconClasssetArrowNextIconClasssetColssetIconsetsetLabelHeadersetLabelFootersetPlacementsetRowssetSearchsetSearchTextsetSelectedClasssetUnselectedClass
- Support for 6 more icon fonts:
- Restructure
.
- Add search field.
.
- Support for customization of the component.
.
- Bind
bodyclickto solve issues for ajax loaded pages. @crlcu
- Bind
.
- Support for multiple versions (v4.0.0, v4.1.0, v4.2.0) of Font Awesome Icons.
.
- Add
.iconpicker-popoverclass. @jwhitfieldseed
- Add
.
- Add the method
setIcon.
- Add the method
.
- Dispatch
changeevent when an iconpicker is changed. @promatik
- Dispatch
.
- Reducing the size of the source file.
.
- Version initial.
For transparency into our release cycle and in striving to maintain backward compatibility, Bootstrap-Iconpicker is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major while resetting minor and patch
- New additions without breaking backward compatibility bumps the minor while resetting the patch
- Bug fixes and misc changes bumps only the patch
For more information on SemVer, please visit http://semver.org/.
@victor-valencia, @promatik, @jwhitfieldseed, @crlcu, @michaelbilcot, @joews, @s-belichenko-sold, @mahmoud-asadi
Licensed under the MIT license.