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

:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Results 170 react-color issues
Sort by recently updated
recently updated
newest added

Hi there — first off, thanks for making this! I implemented this and I'm seeing the following error in console: ``` Warning: Prop `style` did not match. Server: "position:absolute;top:0px;right:0px;bottom:0px;left:0px;background:url(null) center...

Is there any way to override the selected style for the CirclePicker? I'm not seeing any active or selected class on the element once selected. Also, typescript complains when I...

![image](https://user-images.githubusercontent.com/5863227/106303455-639dfc00-6217-11eb-8453-73a21c48bdd4.png) I ran `test` on the master branch and saw this warning. The method is provided by third-party library, we should disable the warning for single line..

``` ``` handleChange will called several times before mouse up

https://github.com/casesandberg/react-color/blob/bc9a0e1dc5d11b06c511a8e02a95bd85c7129f4b/src/components/common/Saturation.js#L23 The lack of strict access to parent here leads to security errors Please fix it in time ![image](https://user-images.githubusercontent.com/47477669/103640188-84fa2800-4f8a-11eb-9f1b-a7f635a88f16.png)

On the react color demo page I am able to type in "blue" into any of the editable inputs and that is recognized as valid. Since this fix - https://github.com/casesandberg/react-color/commit/669bf040955d2b8ff82b491e1044d28fe80d06b5#diff-012ff5a8f8316a2507102ec918eaf81b...

bug
help wanted

## Problem In newer versions of React (16.3+), dragging the saturation block pointer (within a `ColorWrap`) vertically near the bottom causes the pointer to jump horizontally: **Expected behavior** ([CodeSandbox demo](https://codesandbox.io/s/react-color-16-fep2s?file=/src/App.js))...

Seems like there is a problem with `CustomPicker` higher-order component in React 16+. Can `CustomPicker` be used in React v16? Works with React v15.6.1 https://codesandbox.io/s/custom-picker-old-react-forked-o9770 Does not work with React...

1) Add 0% for lightness in HSL component in the ChromePicker. 2) The saturation value always sets to 0% even after changing the values for saturation. ![ChromePicker](https://user-images.githubusercontent.com/51934156/65913330-8e0e4980-e384-11e9-9841-57bc94a76e09.PNG)

In my project, I use react by by script tag in my html, so i can't use npm install react-color. If there any way for me to use react-color in...