feat: add progress indicators example
This commit is contained in:
parent
c15f1b5f65
commit
cdfb8b3068
6 changed files with 948 additions and 0 deletions
14
examples/progress_indicators/README.md
Normal file
14
examples/progress_indicators/README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue