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..0d409dc6
--- /dev/null
+++ b/examples/slider/README.md
@@ -0,0 +1,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
+```