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

🎨 Is a tiny color picker widget component for React apps.

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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`~18.2.0` -> `~18.3.0`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.79/18.3.16) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.3.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/uiwjs/react-color). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react-test-renderer](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-test-renderer) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer)) | [`~18.0.0` -> `~18.3.0`](https://renovatebot.com/diffs/npm/@types%2freact-test-renderer/18.0.7/18.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-test-renderer/18.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

https://github.com/uiwjs/react-color/assets/890454/5ad45ea9-88bf-47d0-ba3d-69b0a3f02b91 Hello. I tried to customize the wheel by setting `direction` and `angle` but they just change the visualization of the background, both the Pointer color and `onChange ColorResult` still...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react](https://redirect.github.com/testing-library/react-testing-library) | [`^14.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/14.3.1/16.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/16.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

add a type for hex-color strings that is a bit stricter than only `string`. ``type HexColor = `#${string}`;``

Hello there, Using your library, I see that a margin has slipped around the circles. Is this a normal behavior? Do you know how I can center them? Is there...

Issue is reproducible both in code and on the live demo site: https://uiwjs.github.io/react-color/#/colorful - use the second picker on the page, under Usage section - Drag the color picker to...

Could Swatches support a null color swatch to unset the color?

I see Colorful can use hex; is there a way we can implement hex with the Wheel component instead of hsva? Really great tools! Thanks.