← 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
numberThe value to display; if this is a variable, the variable will automatically be updated when the slider is moved.
- Example:
x
- Example:
- min
numberThe minimum value.
- Example:
0
- Example:
- max
numberThe maximum value.
- Example:
100
- Example:
- step
numberThe granularity of the slider.
- Example:
1 - Default value:
1
- Example: