hxf31891 / react-gradient-color-picker

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

cannot hide top bar of controls #52

Closed chasedavis closed 1 year ago

chasedavis commented 1 year ago

just found this library and loving it!

one nice enhancement would be to not render the top bar of the controls when it's contents are empty, and appropriately shift the layout

Screen Shot 2023-07-16 at 3 52 31 PM
hxf31891 commented 1 year ago

Yea I noticed this the other day when I was adding some controls, easy fix.

hxf31891 commented 1 year ago

@chasedavis fixed in v2.2.22

chasedavis commented 1 year ago

Awesome quick fix thanks @hxf31891