Basic example
A Multi Range Slider is gonna autoinit if you add
data-te-multi-range-slider-init
attribute to your element.
Slider starts with max 100 and min 0 values.
Hey there 👋 we want to make TW elements a community-driven project. It's open source and free, and we would like it to stay that way. If you enjoy it, help the project grow by sharing it with your peers. Every share counts, thank you!
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-te-number-of-ranges
attribute.
Start values
You can customize the starting values for the ranges using the
data-te-start-values
attribute.
Tooltips
You can add tooltips to the ranges using
data-te-tooltip
attribute.
Step example
You can define a step for the ranges using the
data-te-step
attribute.