Just a small component I've made as an exercise and for fun which make available Iconic icons to Yii and don't collide with Bootstrap's Glyphicons.
Requirements ¶
Created and Tested with Yii 1.1.12.
Usage ¶
Extract the zip contents to a folder. Example: ext.EIconic
Add the following code to config/main.php
[php]
...
'preload' => array(
...
'eiconic',
...
),
...
// application components
'components' => array(
'eiconic' => array(
'class' => 'ext.EIconic.components.EIconic',
),
),
...~~~
The classes defined by Iconic are like: "iconic-xxx". To use it, you must reference the icons as "icon-iconic-xxx"
##Resources
[Iconic web site](http://somerandomdude.com/work/iconic/ "Iconic web site")
CSS code grabbed from here:
[Jasny Project](http://jasny.github.com/bootstrap/ "Jasny Project")
Cool
Thank you jmariani. Great Extensions.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.