Vertical orientation added to Slider.
This commit is contained in:
parent
1c00adad61
commit
ba95042fff
6 changed files with 250 additions and 40 deletions
14
examples/slider/README.md
Normal file
14
examples/slider/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue