15 lines
257 B
Markdown
15 lines
257 B
Markdown
|
|
## 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
|
||
|
|
```
|