summaryrefslogtreecommitdiffstats
path: root/examples/slider/README.md
blob: 0d409dc687148dbf773ee8b194d9a5b57ea0088b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
```