Add scrollable example program
This commit is contained in:
parent
f05578c8f8
commit
e43a46952a
6 changed files with 391 additions and 0 deletions
15
examples/scrollable/README.md
Normal file
15
examples/scrollable/README.md
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue