yii-ui/yii2-flag-icon-css-widget
最新稳定版本:v1.0.1
Composer 安装命令:
composer require yii-ui/yii2-flag-icon-css-widget
包简介
Flag icon css widget for Yii 2.
README 文档
README
This is an Yii framework 2.0 widget of the Lipis flag-icon-css package.
If you are looking for the asset bundle, please install yii-ui/yii2-flag-icon-css-asset-bundle.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require yii-ui/yii2-flag-icon-css-widget
or add
"yii-ui/yii2-flag-icon-css-widget": "^1.0"
to the require section of your composer.json file.
Usage
use yiiui\yii2flagiconcss\widget\FlagIcon;
echo FlagIcon::widget([
'countryCode' => 'de',
'options' => [
'class' => 'example-flag'
],
'squared' => true,
]);
See https://www.yii-ui.com/packages/yii2-flag-icon-css-widget for more infos. For plugin configuration see Lipis flag-icon-css Documentation.
Documentation
Documentation can be found at https://www.yii-ui.com/packages/yii2-flag-icon-css-widget/docs.
License
yii2-flag-icon-css-widget is released under the MIT License. See the LICENSE for details.
统计信息
- 总下载量: 6.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-19