hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

should have feature to disable solid or gradient seperatly if i disable buttons it only shows solid colors. I d'ont want the solid option just gradient one.

muhammadwaqarqsol opened this issue · comments

you did give option for eye-drop remove color-guide remove and other close to it.
I mean the color input should have something like disable solid or disable gradient.
If i remove the buttons then it stays in solid mode gradient is not selected.

@muhammadwaqarqsol did you find any workaround to show only solid or gradient?

@muhammadwaqarqsol @numanbaig There is a built in workaround for showing only solid or gradient. Simply hide the buttons using hideColorTypeBtns and then feed in the initial color with the desired option. You can see an example in the readme.