react-cool-color-picker
v0.1.9
Published
Make Your Own - Use the color_palettes.js to make your own palette.
Downloads
8
Readme
REACT COLOR PICKER
PROPS:
selectedPalette: PropTypes.string => Use the selectedPalette to select your color palette
onColorSelect: PropTypes.func => Use the onColorSelect to use color code
customColorPalette: PropTypes.arrayOf(PropTypes.string) => Use the customColor Palette to make your own color palette
Import ColorPicker and use the library.