summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scrollable/README.md')
-rw-r--r--examples/scrollable/README.md15
1 files changed, 15 insertions, 0 deletions
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.
+
+<div align="center">
+ <a href="./screenshot.png">
+ <img src="./screenshot.png" height="640px">
+ </a>
+</div>
+
+You can run it with `cargo run`:
+```
+cargo run --package scrollable
+```