.slider-input
Element
A range slider input that binds to a numeric variable
.tiny
.small
.medium
.large
.extra
.huge
.s8
Syntax
.slider-input $var:NUMBER
basic slider bound to variable (0-100)
.slider-input $var:NUMBER from 0 to 100
with explicit range
.slider-input $var:NUMBER from $min:NUMBER to $max:NUMBER
with variable range
.slider-input $var:NUMBER from 0 to 100 step 5
with step increment
.slider-input $var:NUMBER from $min:NUMBER to $max:NUMBER step $step:NUMBER
with variable range and step