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

14 lines
312 B
Markdown

## 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.
<div align="center">
<img src="sliders.gif">
</div>
You can run it with `cargo run`:
```
cargo run --package slider
```