# 💡 Examples
## [`countdown.rs`](./countdown.rs)
A simple countdown timer that counts down from 10 to 0, decreasing the progress bar by 10% every second.
## [`indeterminate.rs`](./indeterminate.rs)
A simple example that displays an indeterminate progress bar for 1 second.
## [`loading.rs`](./loading.rs)
A simple example that increments progress by 1% every 50ms.