iutbay/yii2-fontawesome
最新稳定版本:0.0.1.1
Composer 安装命令:
composer require iutbay/yii2-fontawesome
包简介
Simple Font Awesome helper for Yii2
README 文档
README
Font Awesome helper for Yii2.
Installation
The preferred way to install this helper is through composer.
Either run
php composer.phar require "iutbay/yii2-fontawesome" "*"
or add
"iutbay/yii2-fontawesome" : "*"
to the require section of your application's composer.json file.
Assets
To include Font Awesome assets, you should register it in view :
\iutbay\yii2-fontawesome\FontAwesomeAsset::register($this);
Or as dependency in your app asset bundle :
public $depends = [ 'iutbay\yii2fontawesome\FontAwesomeAsset', ];
Usage
use iutbay\yii2fontawesome\FontAwesome as FA; // home icon : <i class="fa fa-home"></i> echo FA::icon('home'); // 2x home icon : <i class="fa fa-home fa-2x"></i> echo FA::icon('home 2x'); // fixed width home icon : <i class="fa fa-home fa-fw"></i> echo FA::icon('home fw');
统计信息
- 总下载量: 42.18k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 10
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-11-28