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

🎨 A tiny (2,8 KB) color picker component for React and Preact apps

Results 37 react-colorful issues
Sort by recently updated
recently updated
newest added

Just wanted to check if anyone has built a chrome style picker, similar to react-color, before I go and build it. Thanks.

Hi, Thanks for the great library! For some reason, I cannot get the pointer to work by dragging within the HexColorPicker. It does react to mouse clicks and jumps to...

Hi! Thank you for a very powerful library! 👏 Looking at the [react-colorful-hex-input-demo](https://codesandbox.io/s/react-colorful-hex-input-demo-0k2fx) it seems that the default behavior is to move the text cursor to the end of the...

With this update, you won't care about any further license year updates Using present instead of the second year is a common pattern, here are some examples https://github.com/babel/babel/blob/4fb29a372b18e82ba72262db43b80b220a5cce01/LICENSE#L3 https://github.com/reduxjs/redux/blob/8ad084251a5b3e4617157fc52795b6284e68bc1e/LICENSE.md?plain=1#L3 https://github.com/pmndrs/react-spring/blob/e7d423cde197db9d53a00f96422c6d7f8ce12b29/LICENSE#L3...

In this funciton ``` /** * Injects CSS code into the document's */ export const useStyleSheet = (nodeRef: RefObject): void => { ``` ``` parentDocument.head.appendChild(styleElement); ``` To ``` (parentDocument.head ||...

Really great lib, thanks for it. I was wondering what the learnings were and why transform translate x/y was not used, instead of top/left.

Can you support react the latest version? I got conflict when i try to upgrade react in my project. The upcoming 19 release would be awesome. Thanks