Simple usage
Setting the initial color
Automatic format detection
RGBA Format
Color Picker Inline
Color Picker Inline Horizontal

Documentation


You can pass plugin options using data-options attribute. Please make sure to use valid json code.

Plugin DocsJSON Formatter

Code Example


<div class="color-picker"   data-options='{   "horizontal":true,   "format":"rgba",   "color": "#00AABB",   "inline": true,   "container":true   }'></div>