Bootstrap colorpicker for Ember. This component is based on mjolnic-bootstrap-colorpicker.
ember install ember-cli-bootstrap-colorpicker
Two-way bindings are replaced by data down, actions up (DDAU). See: http://emberjs.com/blog/2015/06/12/ember-1-13-0-released.html#toc_ember-2-0-beta
Before:
After:
With an input:
With an input addon:
You can use this component with what you want. It simply initializes the colorpicker on the element.
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"npm test
– Runsember try:each
to test your addon against multiple Ember versions
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.