iced/examples/slider/README.md
2022-12-13 10:13:27 +01:00

312 B

Slider

A Slider is a bar and a handle that selects a single value from a range of values. There exists both Slider and VerticalSlider depending on which orientation you need.

You can run it with cargo run:

cargo run --package slider