angular-chrome-colorpicker

1.0.0 • Public • Published

angular-colorpicker-directive

AnguarJS colorpicker directive with no dependencies required.

Demo page

http://alberplz.github.io/angular-colorpicker-directive/index.html

Usage

  • Include color-picker.min.js and color-picker.min.css:
<script src="js/color-picker.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/color-picker.min.css" />
  • Add module:
angular.module('app', ['colorpicker']);
  • In your view:
<input color-picker color-picker-model="var"/>

Options

Default option is the first item.

<input color-picker 
       color-picker-model="var"
       color-picker-show-value="true, false"
       color-picker-output-format="'rgba', 'hsla', 'hex'"
       color-picker-position="right, left, top, bottom"
       color-picker-fixed-position="false, true"
       color-picker-show-input-spinner="true"
       color-picker-spinner-rgba-steps="1;1;1;0.1"
       color-picker-spinner-hsla-steps="1;1;1;0.1"
       color-picker-show-cancel-button="false, true"
       color-picker-cancel-button-class="your custom class"
  />

Extra content

If you want to change precaculated images for color picker sliders you can find a few directives in "slider-creator" folder.

  • For example this code will generate a saturation and value slider:
<div saturation
     saturation-width="230" 
     saturation-height="130">
     <canvas></canvas><br>
     <textarea></textarea>
</div>

The images are not compressed.

Package Sidebar

Install

npm i angular-chrome-colorpicker

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

127 kB

Total Files

10

Last publish

Collaborators

  • minhtranfu