Create a slider by adding the class .slider and the attribute data-slider to a container element. You should also define both a starting and maximum value for the slider.

Inside the container are three elements:

The data-initial-start="" value is where along the slider the handle starts. The data-end="" is the maximum value for the slider. In the below example, starting at 50 of 200 means the slider handle will start at 25% of the total.