modernkernel/yii2-ionicons

This package is abandoned and no longer maintained. No replacement package was suggested.

Ionicons extension for Yii2

Installs: 109

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2016-07-27 11:37 UTC

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']) ?>