xj/yii2-ratchet-widget
最新稳定版本:1.0.0
Composer 安装命令:
composer require xj/yii2-ratchet-widget
包简介
yii2-ratchet-widget
README 文档
README
https://github.com/twbs/ratchet
composer.json
"require": { "xj/yii2-ratchet-widget": "~1.0.0" }
RegisterAssets
Base
RatchetAsset::register($this);
AndroidTheme
RatchetAndroidAsset::register($this);
IosTheme
RatchetIosAsset::register($this);
Widget TabBar
Icon
echo TabBar::widget([ 'items' => [ ['label' => '首页', 'url' => ['shop/index'], 'icon' => 'icon icon-home'], ['label' => '最新', 'url' => ['shop/hot'], 'icon' => 'icon icon-search'], ['label' => '热门', 'url' => ['shop/hot'], 'icon' => 'icon icon-star-filled'], ['label' => '没想好', 'url' => ['shop/hot'], 'icon' => 'icon icon-gear'], ['label' => '订单', 'url' => ['profile/order'], 'icon' => 'icon icon-person'], ] ]);
Label Only
echo TabBar::widget([ 'items' => [ ['label' => '首页', 'url' => ['shop/index']], ['label' => '最新', 'url' => ['shop/hot']], ['label' => '热门', 'url' => ['shop/hot']], ['label' => '没想好', 'url' => ['shop/hot']], ['label' => '订单', 'url' => ['profile/order']], ] ]);
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-17