From e43a46952ad3b76f76a7050430ec26477c795c4f Mon Sep 17 00:00:00 2001 From: Clark Moody Date: Thu, 22 Oct 2020 16:10:10 -0500 Subject: Add scrollable example program --- examples/scrollable/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/scrollable/README.md (limited to 'examples/scrollable/README.md') diff --git a/examples/scrollable/README.md b/examples/scrollable/README.md new file mode 100644 index 00000000..ed0e31b5 --- /dev/null +++ b/examples/scrollable/README.md @@ -0,0 +1,15 @@ +# Scrollable +An example showcasing the various size and style options for the Scrollable. + +All the example code is located in the __[`main`](src/main.rs)__ file. + +
+ + + +
+ +You can run it with `cargo run`: +``` +cargo run --package scrollable +``` -- cgit