cinghie/yii2-ionicons
Composer 安装命令:
composer require cinghie/yii2-ionicons
包简介
Asset Bundle to include Ionicons on your Yii 2 project
README 文档
README
Asset Bundle to include Ionicons on your Yii 2 project: https://ionicons.com/
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require cinghie/yii2-ionicons "^1.0.5"
or add this line to the require section of your composer.json file.
"cinghie/yii2-ionicons": "^1.0.5"
Configuration
Add in the view for normal CSS
use cinghie\ionicons\IoniconsAsset;
IoniconsAsset::register($this);
Add in the view for minify CSS
use cinghie\ionicons\IoniconsMinifyAsset;
IoniconsMinifyAsset::register($this);
统计信息
- 总下载量: 782
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-07-08