leva icon indicating copy to clipboard operation
leva copied to clipboard

Add HSV and RGB sliders to the color picker

Open marcelpi opened this issue 2 years ago • 3 comments

Hi there,

This is definitely something nice-to-have and an enhancement request.

Please add HSB and RGB sliders to the color picker. It would help a lot in precise color picking.

Thank you for the great work.

Screen Shot 2021-11-24 at 18 15 36

marcelpi avatar Nov 24 '21 16:11 marcelpi

We're using react-colorful. Not sure if the picker supports it but you're welcome to add the feature if it does.

dbismut avatar Nov 24 '21 16:11 dbismut

@marcelpi https://github.com/omgovich/react-colorful#supported-color-models here's some breadcrumbs that might help you implement this

gsimone avatar Nov 24 '21 16:11 gsimone

Managed to implement my own sliders below the picker. Thanks for the feedback.

You can close this one if you wish.

marcelpi avatar Dec 01 '21 20:12 marcelpi