pub fn RangeSlider(props: RangeSliderProps) -> impl IntoViewExpand description
ยงOptional Props
- class:
impl Into<MaybeProp<String>> - style:
impl Into<MaybeProp<String>> - value: [
impl Into<Model<(f64, f64)>>](Model<(f64, f64)>) - min:
impl Into<Signal<f64>>- Min value of the slider.
- max:
impl Into<Signal<f64>>- Max value of the slider.
- step:
impl Into<MaybeProp<f64>>- The step in which value is incremented.
- show_stops:
impl Into<Signal<bool>>- Whether to display breakpoints.
- vertical:
impl Into<Signal<bool>>- Render the Slider in a vertical orientation, smallest value on the bottom.
- children:
Children