You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to customize the Slider Handle in <RangeSlider /> such that I can have a different handle color for the two ends of the slider (i.e., the start handle will be green and the end handle will be red value = [start, end]). I also would like to change the color of the TrackFill and the shape of the handles (e.g., to match the shape of the <Slider> handle).
My apologies if this is very obvious, but I am just getting started with this whole UI stuff!
The text was updated successfully, but these errors were encountered:
@amaatouq if you want to customize RangeSlider then you should use MultiSlider and build exactly what you need. However, changing the handle color is not currently supported. That'd be a cool feature and easy to add with the button intent mixins, but it's not a use case that's ever arisen for us. Coloring the track has been more than enough.
Environment
Question
I want to customize the Slider Handle in
<RangeSlider />
such that I can have a different handle color for the two ends of the slider (i.e., the start handle will be green and the end handle will be redvalue = [start, end]
). I also would like to change the color of theTrackFill
and the shape of the handles (e.g., to match the shape of the<Slider>
handle).My apologies if this is very obvious, but I am just getting started with this whole UI stuff!
The text was updated successfully, but these errors were encountered: