thiagotalma/yii2-simplecolorpicker

Widget for Yii Framework 2.0 to use jquery-simplecolorpicker

Maintainers

Package info

github.com/thiagotalma/yii2-talma-simplecolorpicker-widget

Language:JavaScript

Type:yii2-extension

pkg:composer/thiagotalma/yii2-simplecolorpicker

Statistics

Installs: 232

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

dev-master 2018-01-31 16:02 UTC

This package is not auto-updated.

Last update: 2026-02-28 22:33:47 UTC


README

Widget for Yii Framework 2.0 to use jquery-simplecolorpicker

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist thiagotalma/yii2-simplecolorpicker "*"

or add

"thiagotalma/yii2-simplecolorpicker": "*"

to the require section of your composer.json file.

Usage

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

<?= \talma\widget\SimpleColorPicker::widget(); ?>;