summaryrefslogtreecommitdiffstats
path: root/examples/progress_indicators/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progress_indicators/README.md')
-rw-r--r--examples/progress_indicators/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/progress_indicators/README.md b/examples/progress_indicators/README.md
new file mode 100644
index 00000000..acacca8f
--- /dev/null
+++ b/examples/progress_indicators/README.md
@@ -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
+```