Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 326 Bytes

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