modernkernel / yii2-ionicons
This package is abandoned and no longer maintained.
No replacement package was suggested.
Ionicons extension for Yii2
Package info
github.com/modernkernel/yii2-ionicons
Type:yii2-extension
pkg:composer/modernkernel/yii2-ionicons
1.0.0
2016-07-27 11:37 UTC
Requires
- bower-asset/ionicons: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2018-02-16 13:34:42 UTC
README
Ionicons extension for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist modernkernel/yii2-ionicons "*"
or add
"modernkernel/yii2-ionicons": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \modernkernel\ionicons\Icon::widget(['icon'=>'home']) ?>