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