Skip to content

dreammmr/paper-color-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##<paper-color-picker>

paper-color-picker is a Polymer 1.0 form element for the color picker. It opens a default system color picker and immediately updates his own value when the value is changing. It has a small bar in the bottom of it, which is showing you the current color you've selected.

Live Example

##Installing with Bower

To install the component with the Bower, just run:

bower install --save papercolorpicker

Example:

<link href="path/to/paper-color-picker/paper-color-picker.html" rel="import">

<paper-color-picker value="{{color}}" label="Pick the Color"></paper-color-picker>

###<paper-color-picker> - Properties

The following properties are available:

Property Name Description Default
label The floating label of the input Color
value Immediate value of the color picker. ``