react-color
react-color copied to clipboard
ChromePicker alpha background
if you use SSR try this code Where to load the color picker This code only renders on the client.
const ColorPicker = dynamic(() => import('../components/ColorPicker'), {
ssr: false
});