color picker component for ember using http://colpick.com/
npm install ember-colpickA color picker component for ember using https://github.com/mrgrain/colpick
* npm install --save ember-colpick
* ember g ember-colpick
inline color picker
``hbs`
{{col-pick value=color}}
popup for input color picker
`hbs`
{{col-pick-input value=color}}Compatibility
ember-colpick 1.0.0 requires ember-cli >= 2.15.0. You can use ember-colpick 0.x for older versions of ember-cli.
ember-colpick 2.x requires ember-cli >= 3.24.0.
In 1.0.0, we dropped bower and are getting jquery-colpick from npm instead. You can remove colpick from your bower.json file.
* git clone this repositorynpm install
* bower install
*
* ember server
* Visit your app at http://localhost:4200.
Installation
------------------------------------------------------------------------------
```
ember install ember-colpick
Usage
------------------------------------------------------------------------------
[Longer description of how to use the addon in apps.]
Contributing
------------------------------------------------------------------------------
See the Contributing guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the MIT License.