Basic example
A Multi Range Slider is gonna autoinit if you add
data-twe-multi-range-slider-init
attribute to your element.
Slider starts with max 100 and min 0 values.
Basic example with values
You can show values in another element in the DOM.
One range
You can set a one range/hand to your slider using the
data-twe-number-of-ranges
attribute.
Start values
You can customize the starting values for the ranges using the
data-twe-start-values
attribute.
Tooltips
You can add tooltips to the ranges using
data-twe-tooltip
attribute.
Step example
You can define a step for the ranges using the
data-twe-step
attribute.