Currently, I am delving into MaterialUI and my focus is on creating a range slider. I came across this example that I found useful: https://material-ui.com/components/slider/#range-sliders
My goal is to assign different colors to the "high," "medium," and "low" ranges. I envision the final output to resemble something like this:
https://i.stack.imgur.com/c49Eb.png
The color of the thumbs is not a crucial factor, but it is essential for me to clearly differentiate between the various ranges on the rail.
Is there a method to accomplish this?