hxf31891 / react-gradient-color-picker

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

Use native range input for alpha and color sliders #92

Open theskinnycoder opened 3 months ago

theskinnycoder commented 3 months ago

Whenever we wish to update the opacity or the base color using the sliders provided, the touch area is confined to that div element. An increased touch area and native browser behaviour for <input type="range" /> would be a great enhancement. I can take it up and contribute.

Cheers.

hxf31891 commented 3 months ago

Hey @theskinnycoder I have actually been thinking about this for a while. If you want to create a pr that would be great!