strtob / yii2-widget-toolkit
A toolkit set of Yii2 widgets, e.g. Font Icon Picker
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-widgets
This package is auto-updated.
Last update: 2025-03-15 13:43:11 UTC
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, []) ?>