eiconic Component to make Iconic font available to Yii

  1. Requirements
  2. Usage

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")
2 0
6 followers
311 downloads
Yii Version: 1.1
License: (not set)
Category: User Interface
Developed by: jmariani
Created on: Dec 15, 2012
Last updated: 8 years ago

Downloads

show all

Related Extensions