colorpicker Widget for Yii2
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist cliff363825/yii2-colorpicker "*"
or add
"cliff363825/yii2-colorpicker": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \cliff363825\colorpicker\ColorPickerWidget::widget(); ?>```
Comments