react-color icon indicating copy to clipboard operation
react-color copied to clipboard

ChromePicker alpha background

Open pittleCheung opened this issue 3 years ago • 1 comments

image

pittleCheung avatar Dec 06 '22 04:12 pittleCheung

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
});

hjyang369 avatar May 23 '24 08:05 hjyang369