From ba95042fff378213f5029b2b164d79e768482a47 Mon Sep 17 00:00:00 2001 From: Casper Storm Date: Mon, 12 Dec 2022 15:27:00 +0100 Subject: Vertical orientation added to Slider. --- examples/slider/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/slider/README.md (limited to 'examples/slider/README.md') 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. + +
+ +
+ +You can run it with `cargo run`: + +``` +cargo run --package slider +``` -- cgit