I need a range slider recommendation with possibility to customize range steps.
For example my range steps should be as:
a - b - c - d
with associated values of (0, 1, 2, 3). I need to be able to select minimum and maximum value for the range.
I did some Googling but couldn't find any.
Top two range sliders are (as it seems to me at least): rangeslider and nouislider but I can't figure out how to tweak any of them to do what I need.
I'm using materializecss and jQuery for my app so I would prefer solutions based upon these libraries but any suggestion is appreciated as it seems to me that this won't be an easy task.
Thanks!