Slider Module
Builders for the `Slider` control — a draggable thumb selecting a continuous value along a track.
Functions and values
| Function or value |
Description
|
|
|
Full Usage:
onChanged arg1
Parameters:
float -> 'msg
Returns: Attr<'msg>
Type parameters: 'msg |
Emit a `'msg` carrying the new `float` as a `Slider` is dragged (`Attr.onChanged`).
|
|
Set the `Slider` position (`Attr.value`; a `float` over the control's range, default 0–1). A controlled value driven from model state and reconciled via `onChanged`.
|