Yii2 Ionicons ¶
Ionicons extension for Yii2
Installation ¶
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist powerkernel/yii2-ionicons "*"
or add
"powerkernel/yii2-ionicons": "*"
to the require section of your composer.json
file.
Usage ¶
Once the extension is installed, simply use it in your code by :
<?= \powerkernel\ionicons\Icon::widget(['icon'=>'home']) ?>
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.