From cdfb8b30680de164280b8b90fbc08a1638e597e2 Mon Sep 17 00:00:00 2001 From: Nick Senger Date: Tue, 6 Jun 2023 21:12:41 -0700 Subject: feat: add progress indicators example --- examples/progress_indicators/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/progress_indicators/README.md (limited to 'examples/progress_indicators/README.md') 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. + +
+ + + +
+ +You can run it with `cargo run`: +``` +cargo run --package progress_indicators +``` -- cgit