diff options
author | 2020-10-22 16:10:10 -0500 | |
---|---|---|
committer | 2020-10-22 16:24:54 -0500 | |
commit | e43a46952ad3b76f76a7050430ec26477c795c4f (patch) | |
tree | b88a768eeeb3b440dc2198ec393115a51963cf7e /examples/scrollable/README.md | |
parent | f05578c8f88b38cb538657e40c2feb725e72c7d8 (diff) | |
download | iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.gz iced-e43a46952ad3b76f76a7050430ec26477c795c4f.tar.bz2 iced-e43a46952ad3b76f76a7050430ec26477c795c4f.zip |
Add scrollable example program
Diffstat (limited to 'examples/scrollable/README.md')
-rw-r--r-- | examples/scrollable/README.md | 15 |
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 +``` |