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

Hello. Having some issues with the HexColorPicker at small sizes. I'm setting the size like this using a CSS class: ``` .custom-color-picker.react-colorful { margin-top: 5px; position: absolute; z-index: 1; right:...

**issue:** onChange is not triggering on the drag of the RGB slider but is being triggered when dragged over the canvas and alpha slider. It will start triggering events once...

OS: Windows 11 Browser: Chrome: Version 116.0.5845.111 (Official Build) (64-bit) Steps to reproduce: -Use a computer that has a mouse and a touchscreen. I'm using my laptop. -Go to https://omgovich.github.io/react-colorful/...

Hey @omgovich! Thanks for a great colorpicker. It would be great if we could get current hue value. It could be helpful when, for example, we need to style popup...

Hi I have upgraded webpack version to 5.88.2 (latest version) and after that I am receiving this error. Can anyone help why I am receiving this typescript error? ERROR in...

I need to have 2 pieces of state. One updates in real time as you drag on the colour picker, and the other only updates when you release the drag...

Is it possible to have this arrangement? I tried rotating hue control with CSS but that doesn't work. ![image](https://github.com/omgovich/react-colorful/assets/39929232/3bf1654a-cea2-4e8e-9afd-09677680012d)

In Nextjs you have to import the style sheet but i cant find a way to get it to interact with the component at all. I've tried applying a style...

I use your HexColorPicker in modal, which can be swiped down on mobile devices. When I start dragging pointer down, modal thinks that I wanna swipe it. So I added...

Getting this same issue - https://github.com/omgovich/react-colorful/issues/199 Are you adding any change END event when we release the mouse?