forms::slider
Structs
Slider
A slider control, delegating to a platform-specific native range input.
Properties
background
Track background color.
accent
Accent color for the active track/thumb, when supported.
corner_radius
Type: Property<f64>
Slider corner radius, in pixels.
value
Type: Property<f64>
Current slider value.
step
Type: Property<f64>
Step interval.
min
Type: Property<f64>
Minimum value.
max
Type: Property<f64>
Maximum value.