iced/examples/scrollable/README.md
Theo Robinson 4830a17d65
Fix links
Change dead links to updated ones.
Change/Convert all file links to relative links so they are branch
agnostic.
2022-02-07 23:13:25 +07:00

15 lines
345 B
Markdown

# 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
```