summaryrefslogblamecommitdiffstats
path: root/examples/scrollable/README.md
blob: ed0e31b57fa01e63d1a4f2155bf3b255fabeec61 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```