mo.ui.slider
Create a numeric slider for selecting values from a range.Signature
Parameters
Numeric
Minimum value of the slider range
Numeric
Maximum value of the slider range
Numeric
Increment between values
Numeric
Initial value (defaults to start)
bool
default:"False"
Only send value on mouse-up/drag-end
str
default:"''"
Markdown label for the slider
bool
default:"False"
Whether the slider is disabled
'horizontal' | 'vertical'
default:"'horizontal'"
Slider orientation
bool
default:"False"
Display current value
bool
default:"False"
Show editable input field
Sequence[Numeric]
Custom step values (mutually exclusive with start/stop/step)