iced-yoda/examples/loading_spinners/README.md

15 lines
349 B
Markdown
Raw Normal View History

2023-06-07 15:19:11 -07:00
## Loading Spinners
2023-06-06 21:12:41 -07:00
2023-06-07 15:19:11 -07:00
Example implementation of animated indeterminate loading spinners.
2023-06-06 21:12:41 -07:00
<div align="center">
<a href="https://gfycat.com/importantdevotedhammerheadbird">
<img src="https://thumbs.gfycat.com/ImportantDevotedHammerheadbird-small.gif">
</a>
</div>
You can run it with `cargo run`:
```
2023-06-07 15:19:11 -07:00
cargo run --package loading_spinners
2023-06-06 21:12:41 -07:00
```