casesandberg / react-color

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
http://casesandberg.github.io/react-color/
MIT License
12.05k stars 922 forks source link

ChromePicker alpha background #877

Open pittleCheung opened 1 year ago

pittleCheung commented 1 year ago
image
hjyang369 commented 6 months ago

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