summaryrefslogtreecommitdiffstats
path: root/examples/loading_spinners/README.md
blob: 3573c6f6d1b605a1f3d3feac3791b15fb1c44bd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Loading Spinners

Example implementation of animated indeterminate loading spinners.

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