Data Structure
The value is stored as an integer.
number: 42
Templating
Use the variable in your templates to display the value. That's pretty much it.
<p>My favorite number is {{ number }}.</p>
<p>My favorite number is {{ $number }}.</p>
<p>My favorite number is 42.</p>
Options
min
The minimum, left-most value. Default 0
.
max
The maximum, left-most value. Default 1000
.
step
The minimum size between values. Default 1
.
append
Add text to the end (right-side) of the range slider.
prepend
Add text to the beginning (left-side) of the range slider.