hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
147 stars 49 forks source link

hideControls hides whole top row instead of just solid/gradient #42

Closed madisonc33 closed 1 year ago

madisonc33 commented 1 year ago

I want to keep the eye picker but hide the solid/gradient controls but I am unable to do this because the hideControls hides all the top row

hxf31891 commented 1 year ago

Interesting, never thought about that. Will add some additional options for each control btn

hxf31891 commented 1 year ago

@madisonc33 see version 2.1.16, new prop, hideColorTypeBtns adds your described functionality.