summaryrefslogtreecommitdiffstats
path: root/examples/slider/README.md
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2022-12-12 15:27:00 +0100
committerLibravatar Casper Storm <casper.storm@lich.io>2022-12-12 15:27:00 +0100
commitba95042fff378213f5029b2b164d79e768482a47 (patch)
tree2c39410effb4da37a27fee4f2366defb7c04e65d /examples/slider/README.md
parent1c00adad615f7c2909d175c696765dbe081bde33 (diff)
downloadiced-ba95042fff378213f5029b2b164d79e768482a47.tar.gz
iced-ba95042fff378213f5029b2b164d79e768482a47.tar.bz2
iced-ba95042fff378213f5029b2b164d79e768482a47.zip
Vertical orientation added to Slider.
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
+```