gre / multi-slider

React component for multiple values slider (allocate values)
http://gre.github.io/multi-slider
49 stars 31 forks source link

Gradient as color of the line and circle customization #13

Closed benonymus closed 6 years ago

benonymus commented 6 years ago

Hey, I really like your work, and would like to ask some, Could I add a gradient such as linear-gradient(-90deg, #60ccae, #c6e152) to the colors to have it as the color of the line? or maybe to add the gradient as a variable? Also Is it possible to change the circles to for example a straight horizontal line?

Thank you

gre commented 6 years ago

no I don't think this is possible at the moment but you can definitely fork the library to make it possible. plan is to be able to customize the rendering.

6 #7 #8

benonymus commented 6 years ago

thank you