react-color
react-color copied to clipboard
:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
I came across this error while using the ChromePicker; ``` Warning: Checkboard: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters...
Hi I am working with CompactPicker. I want to add 'none' or 'transparant' color box or like a cross option to reset color to original color in that picker.
Hex8
The ColorPicker parses 8-digits hex correclty, but `onChange` is always received the hex value in 6-digit format. How can I use the value in hex with opactiy?
After upgrade react "@types/react": "^17.0.0" to "@types/react": "^18.0.28", this error show me. ``` ``` ``` "react-color": "^2.19.3", "react": "^18.2.0", "react-dom": "^18.2.0", ```
Is there any way to add a custom icon into the color palette just like this? https://ibb.co/tzDBWZP This is for the users who don't want a fill in a shape.
3.0.0
# Things to complete for 3.0.0 release Previous tracking issues to incorperate: https://github.com/casesandberg/react-color/milestone/1 Goals: * Keep package sizes small (track this in a github action) * Have an individual package...
i found a website dev with react and javascript. and it is cool. https://ps.gitapp.cn
Fixes #886 In the `ChromeFields.js` file, the `alpha` property was not handled properly in the `handleChange` function.
How to replicate the issue: 1 - Go to https://casesandberg.github.io/react-color/ 2 - On the Chrome Picker, click on the arrow to see the RGBA inputs 3 - Change the A...