Skip to main content

SliderField

Function SliderField 

Source
pub fn SliderField(props: SliderFieldProps) -> impl IntoView
Expand description

A range slider bound to a f64 signal with reactive min, max, and a fixed step, showing the current value. Emits (value, committed) through on_change, with committed false during drag and true on release.

§Required Props

§Optional Props