cliff363825/yii2-colorpicker

ColorPicker Widget for Yii2 framework


Keywords
widget, colorpicker, yii2
License
MIT

Documentation

colorpicker Widget for Yii2

colorpicker Widget for Yii2

Installation

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.

Usage

Once the extension is installed, simply use it in your code by :

<?= \cliff363825\colorpicker\ColorPickerWidget::widget(); ?>```