hxf31891 / react-gradient-color-picker

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

Is is possible to be more granular with what's disabled e.g. radial gradient? #51

Closed ezekielaquino closed 12 months ago

ezekielaquino commented 12 months ago

it would be great to be able to hide options more granularly e.g. I am enabling gradients, but only linear, without angles etc.

hxf31891 commented 12 months ago

@ezekielaquino I'll add some more customization when I get a chance.

hxf31891 commented 12 months ago

See v2.2.21 which adds

hideGradientType - hides linear/circular toggle hideGradientAngle - hides linear angle input hideGradientStop - hides gradient point stop input hideGradientControls - hides entire gradient specific toolbar

Closing, but please reopen if you have any issue or need additional features!