summaryrefslogblamecommitdiffstats
path: root/examples/slider/README.md
blob: 829d82850627abbf56c0b87e13987852007833e8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

         

                                                                                        









                                
## 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
```