Vertical orientation added to Slider.

This commit is contained in:
Casper Storm 2022-12-12 15:27:00 +01:00
parent 1c00adad61
commit ba95042fff
No known key found for this signature in database
GPG key ID: BABF49AA70C405C2
6 changed files with 250 additions and 40 deletions

14
examples/slider/README.md Normal file
View file

@ -0,0 +1,14 @@
## 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
```