-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Is added to support multiple versions of FontAwesome
- Loading branch information
1 parent
2096152
commit d0f3e2b
Showing
13 changed files
with
1,757 additions
and
571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,49 @@ | ||
bootstrap-iconpicker | ||
==================== | ||
|
||
##Bootstrap-Iconpicker v1.0.1 | ||
![Iconpicker](bootstrap-iconpicker.png) | ||
|
||
A simple iconpicker. | ||
|
||
See live examples here: <a href="http://victor-valencia.github.io/bootstrap-iconpicker">http://victor-valencia.github.io/bootstrap-iconpicker</a> | ||
|
||
Please note that this project is for <a href="http://getbootstrap.com/"><strong>Bootstrap 3</strong></a>, including Glyphicons or <a href="http://fontawesome.io/"><strong>Font Awesome Icons</strong></a> . | ||
|
||
================ | ||
|
||
## Contributors | ||
Please note that this project is for <a href="http://getbootstrap.com/"><strong>Bootstrap 3.2</strong></a>, including Glyphicons or <a href="http://fontawesome.io/"><strong>Font Awesome Icons</strong></a> . | ||
|
||
@[victor-valencia](https://github.com/victor-valencia), @[promatik](https://github.com/promatik), @[jwhitfieldseed](https://github.com/jwhitfieldseed) | ||
##1.- Configuration (Glyphicon): | ||
1.1.- Add the style file bootstrap-iconpicker.min.css | ||
|
||
``` | ||
<link rel="stylesheet" href="bootstrap-iconpicker/css/bootstrap-iconpicker.min.css"/> | ||
``` | ||
|
||
================ | ||
1.2.- Add the javascript file bootstrap-iconpicker.min.js | ||
|
||
## Configuration: | ||
``` | ||
<script type="text/javascript" src="bootstrap-iconpicker/js/bootstrap-iconpicker.min.js"></script> | ||
``` | ||
|
||
1.- Add the style file bootstrap-iconpicker.min.css | ||
##2.- Configuration (Font Awesome 4.2.0): | ||
2.1.- Add the style file bootstrap-iconpicker.min.css and Font Awesome style file font-awesome.min.css | ||
|
||
``` | ||
<link rel="stylesheet" href="bootstrap-iconpicker/css/bootstrap-iconpicker.min.css"> | ||
<link rel="stylesheet" href="bootstrap-iconpicker/css/bootstrap-iconpicker.min.css"/> | ||
<link rel="stylesheet" href="font-awesome-4.2.0/css/font-awesome.min.css"/> | ||
``` | ||
|
||
2.- Add the javascript file bootstrap-iconpicker.min.js | ||
2.2.- Add the Font Awesome icon names file fa-icon-names-4.2.0.min.js and javascript file bootstrap-iconpicker.min.js | ||
|
||
``` | ||
<script type="text/javascript" src="bootstrap-iconpicker/js/font-awesome/fa-icon-names-4.2.0.min.js"></script> | ||
<script type="text/javascript" src="bootstrap-iconpicker/js/bootstrap-iconpicker.min.js"></script> | ||
``` | ||
|
||
================ | ||
##Changelog | ||
- v1.0.0 - Version initial. | ||
- v1.0.1 - Is added to support multiple versions of FontAwesome | ||
|
||
##Author | ||
@[victor-valencia](https://github.com/victor-valencia) | ||
|
||
##Contributors | ||
@[victor-valencia](https://github.com/victor-valencia), @[promatik](https://github.com/promatik), @[jwhitfieldseed](https://github.com/jwhitfieldseed) | ||
|
||
##License | ||
Licensed under The MIT License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.