diff options
author | 2020-10-27 23:35:52 +0100 | |
---|---|---|
committer | 2020-10-27 23:35:52 +0100 | |
commit | 8a3ce90959e281cd73a7486d800df8d65478a698 (patch) | |
tree | af18e633df7c43e2488861b17617d9d162377b74 /examples/scrollable/README.md | |
parent | d3b04bf892ce63d3129686968039c258945c5b02 (diff) | |
parent | 2ca05520bafdaa3377c5571db46ab41aac9d0290 (diff) | |
download | iced-8a3ce90959e281cd73a7486d800df8d65478a698.tar.gz iced-8a3ce90959e281cd73a7486d800df8d65478a698.tar.bz2 iced-8a3ce90959e281cd73a7486d800df8d65478a698.zip |
Merge pull request #575 from clarkmoody/scrollable-width
Custom Scrollbar Width
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 +``` |