HTML
xxxxxxxxxx
1
<div class="container my-4">
2
<p>
3
<strong>MDBootstrap multi-range slider is an interactive component that lets the user swiftly slide through possible values spread over the desired range. See the example.</strong>
4
</p>
5
6
<p>
7
Detailed documentation and more examples you can find in our
8
<a href="https://mdbootstrap.com/docs/standard/forms/multi-range-slider/"
9
target="_blank"><strong>Bootstrap Multi Range Slider Docs</strong></a>
10
</p>
11
12
<hr />
13
14
<p class="font-weight-bold">Basic example</p>
15
16
<p>A multi-range-slider slider is gonna autoinit if you add class multi-range-slider to your element. Multi-range Slider starts with max 100 and min 0 values.</p>
17
18
<div class="border p-5">
19
20
<div class="d-flex justify-content-center">
21
<!-- Copy this code to have a working example -->
22
23
<div class="multi-range-slider"></div>
24
25
26
<!--/ Copy this code to have a working example -->
27
</div>
28
29
</div>
30
</div>
CSS
1
1
JS
xxxxxxxxxx
1
var myModal = new bootstrap.Modal(document.getElementById('myModal'), options)
Console errors: 0