iced-yoda/examples/slider/README.md

15 lines
257 B
Markdown
Raw Normal View History

2022-12-12 15:27:00 +01:00
## Slider
A bar and a handle that selects a single value from a range of values.
Can be oriented both vertical and horizontal.
<div align="center">
<img src="sliders.gif">
</div>
You can run it with `cargo run`:
```
cargo run --package slider
```