strtob/yii2-widget-toolkit

A toolkit set of Yii2 widgets, e.g. Font Icon Picker

dev-main 2024-11-15 12:56 UTC

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.

Screeenshot

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, []) ?>