/ember-cli-bootstrap-colorpicker

Bootstrap colorpicker for ember-cli

Primary LanguageJavaScriptMIT LicenseMIT

ember-cli-bootstrap-colorpicker

Bootstrap colorpicker for Ember. This component is based on mjolnic-bootstrap-colorpicker.

Installation

  • ember install ember-cli-bootstrap-colorpicker

Usage

With an input:

{{bs-colorpicker tagName="input" type="text" color=color format="hex" }}

With an input addon:

{{#bs-colorpicker color=color format="hex" classNames="input-group"}}
  <input type="text" class="form-control">
  <span class="input-group-addon"><i></i></span>
{{/bs-colorpicker}}

You can use this component with what you want. It simply initializes the colorpicker on the element.

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.