epam / corgis

Simple solution for corgi NFT
https://epam.github.io/corgis
0 stars 4 forks source link

Extra: Position Color picker closer to color selector square on Create Corgi page #175

Closed zahhar closed 3 years ago

zahhar commented 3 years ago

Are we using thishttps://casesandberg.github.io/react-color/? Then you can wrap it into a div with position:absolute, and then get mouse-coordinates

ohexus commented 3 years ago

We are using native html colorpicker, but it is a good suggestion to use the react-color library.