strtob/yii2-widget-toolkit
Composer 安装命令:
composer require strtob/yii2-widget-toolkit
包简介
A toolkit set of Yii2 widgets, e.g. Font Icon Picker
README 文档
README
A toolkit set of Yii2 widgets.
- Tab
- Font Icon Picker
- Select2 with Country Flags
FontIconPicker Widget
The widget render FontIconPicker from https://fonticonpicker.github.io and works with bootstrap 5.
Installation
composer require strtob/yii2-widget-toolkit
Use of FontIconPicker
Just code the widget tag
<?= $form->field($model, 'css_class') ->widget(\strtob\yii2WidgetToolkit\FontIconPicker\FontIconPicker::class, []) ?>
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-10-02
