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

🎨 React color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Results 14 color-picker issues
Sort by recently updated
recently updated
newest added

Support for hex values with alpha. https://caniuse.com/css-rrggbbaa

This is a small change to show which color in the swatches matches the current color, if any do. It is choosing either a black or white tick depending on...

Hi, I just forked the repo and was trying to build the project after installing its dependencies. Because I'm on Windows I needed to install cross-env and use it like...

In the readme, there is a link to demos: https://colorpicker.hellopangea.com/ but they don't work. Also, I see that last update in this repo was in 2022. I get color pickers...

It looks like withColorProvider is not exported in version 3.2.2 In my node_modules I see: ``` export { Alpha$2 as Alpha, Alpha as AlphaPicker, Block$1 as BlockPicker, Checkboard, Chrome$1 as...

When you have the Github picker and you set the color property it does not show which color is active/selected.

In react-color if you click and drag outside of the color picker, it still updates the color. In color-picker the updating stops and the picker freezes. Example: https://www.loom.com/share/8bc6a40a304944578008b01649638142

In Compact picker, when you click on a color, you get a dot indicating the selected color. Would be great to have the same indicator in the swatches at the...

Thanks for bringing react-color back to live! As I'm migrating, I'm missing an import `Fields`. This is the code I had before: ```javascript import {CustomPicker as customPicker} from 'react-color'; import...

Fixes this bug from upstream by using implementation found in thread. Color math is weird! https://user-images.githubusercontent.com/1192452/213338235-bf101c82-3bd9-42d1-89e9-7183920e21bb.mp4