summaryrefslogtreecommitdiffstats
path: root/examples/slider/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/slider/README.md')
-rw-r--r--examples/slider/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/slider/README.md b/examples/slider/README.md
new file mode 100644
index 00000000..829d8285
--- /dev/null
+++ b/examples/slider/README.md
@@ -0,0 +1,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
+```