Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taguz91/yii2-color-pickr

Yii2 implementation for pickr
https://github.com/taguz91/yii2-color-pickr

Last synced: about 2 months ago
JSON representation

Yii2 implementation for pickr

Awesome Lists containing this project

README

        

Color picker + Pickr
====================
Yii2 implementation for pickr

[![Latest Stable Version](http://poser.pugx.org/taguz91/yii2-color-pickr/v)](https://packagist.org/packages/taguz91/yii2-color-pickr)
[![Total Downloads](http://poser.pugx.org/taguz91/yii2-color-pickr/downloads)](https://packagist.org/packages/taguz91/yii2-color-pickr)
[![Latest Unstable Version](http://poser.pugx.org/taguz91/yii2-color-pickr/v/unstable)](https://packagist.org/packages/taguz91/yii2-color-pickr)
[![License](http://poser.pugx.org/taguz91/yii2-color-pickr/license)](https://packagist.org/packages/taguz91/yii2-color-pickr)

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist taguz91/yii2-color-pickr "~1.0.0"
```

or add

```
"taguz91/yii2-color-pickr": "~1.0.0"
```

to the require section of your `composer.json` file.

Usage
-----

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

```php
= \taguz91\ColorPickr\AutoloadExample::widget(); ?>```