[](https://travis-ci.org/DJStarCOM/bootstrap-iconpicker-latest) [







A simple iconpicker for Bootstrap 3.x and 4.x.
Please note that this project is for Bootstrap 3.x and 4.x, including Glyphicons in Bootstrap 3.x.
Other icon fonts thats supports: Elusive Icons, Font Awesome, Ionicons, Map Icons, Material Design Icons, Octicons, Typicons, Weather Icons, Flag Icons.
Several quick start options are available:
- Download the latest release: .
- Clone the repo: git clone https://github.com/DJStarCOM/bootstrap-iconpicker-latest.git.
- Install with Bower: bower install bootstrap-iconpicker-latest.
- Install with npm: npm install bootstrap-iconpicker-latest.
```
bootstrap-iconpicker/
├── css/
│ ├── bootstrap-iconpicker.css
│ ├── bootstrap-iconpicker.min.css
├── js/
│ ├── bootstrap-iconpicker-iconset-all.js
│ ├── bootstrap-iconpicker-iconset-all.min.js
│ ├── bootstrap-iconpicker.bundle.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.
Files (bootstrap-iconpicker-iconset-all.min.js) and (bootstrap-iconpicker.min.js) are included in bundle version (bootstrap-iconpicker.bundle.min.js).
Releases will be numbered with the following format:
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
Does your organization use bootstrap-iconpicker?
Open an issue, and include a link, and you'll be added to the list.