A Range is an interactive component that lets the user swiftly slide through possible values spread over the desired range.
Detailed documentation and more examples you can find in our Bootstrap Range Docs
Range Steps
By default, range inputs “snap” to integer values. To change this, you can specify a
step
value. In the example below, we double the number of steps by using
step="0.5"
.