summaryrefslogtreecommitdiffstats
path: root/examples/progress_indicators/README.md
diff options
context:
space:
mode:
authorLibravatar Nick Senger <dev@nsenger.com>2023-06-06 21:12:41 -0700
committerLibravatar Nick Senger <dev@nsenger.com>2023-06-07 11:57:49 -0700
commitcdfb8b30680de164280b8b90fbc08a1638e597e2 (patch)
tree372a7262b9f7cda79bf02fcd6bb94bb8590dd25a /examples/progress_indicators/README.md
parentc15f1b5f6575792cc89bb5fba2e613428397e46a (diff)
downloadiced-cdfb8b30680de164280b8b90fbc08a1638e597e2.tar.gz
iced-cdfb8b30680de164280b8b90fbc08a1638e597e2.tar.bz2
iced-cdfb8b30680de164280b8b90fbc08a1638e597e2.zip
feat: add progress indicators example
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
+```