promo-pr / yii2-icons
Material design icons for Yii2
Package info
github.com/promo-pr/yii2-icons
Language:CSS
Type:yii2-extension
pkg:composer/promo-pr/yii2-icons
2.0.1
2016-11-19 12:57 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-09 22:10:19 UTC
README
Yii2 Asset is a wrapper for Material icons,
are beautifully crafted, delightful, and easy to use in your web projects.
Install
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require --prefer-dist promo-pr/yii2-icons "*"
or add
"promo-pr/yii2-icons": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code:
Like a AssetBundle
class SiteAsset extends AssetBundle { ... public $depends = [ 'promo\icons\IconsAsset' ]; }