Skip to content

ertant/materialcolorpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

materialcolorpicker

material design color picker javascript

usage

$('input').colorPicker({
    // optional. set input color.
    preview: true,
    // optional. callback when a color selected
    setValue : function(color, txt) {
    }
});

online demo

https://codepen.io/anon/pen/YLdMgg