2020-10-22 16:10:10 -05:00
|
|
|
# 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">
|
2022-01-22 03:04:35 -06:00
|
|
|
<a href="screenshot.png">
|
|
|
|
|
<img src="screenshot.png" height="640px">
|
2020-10-22 16:10:10 -05:00
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
You can run it with `cargo run`:
|
|
|
|
|
```
|
|
|
|
|
cargo run --package scrollable
|
|
|
|
|
```
|