feat: add progress indicators example

This commit is contained in:
Nick Senger 2023-06-06 21:12:41 -07:00
parent c15f1b5f65
commit cdfb8b3068
6 changed files with 948 additions and 0 deletions

View file

@ -0,0 +1,14 @@
## Progress indicators
Example implementation of animated indeterminate progress indicators.
<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`:
```
cargo run --package progress_indicators
```