← Back
Range
This component displays a range slider.
Input:
[var name:"myVar" value:10 /]
[Range value:myVar min:0 max:100 /]
[Display value:myVar /]
Output:
Props
- value
number
The value to display; if this is a variable, the variable will automatically be updated when the slider is moved.
- Example:
x
- Example:
- min
number
The minimum value.
- Example:
0
- Example:
- max
number
The maximum value.
- Example:
100
- Example:
- step
number
The granularity of the slider.
- Example:
1
- Default value:
1
- Example: