layer-shika/examples/simple-bar/README.md
2025-12-05 05:40:52 +01:00

10 lines
198 B
Markdown

# Simple Bar Example
This example demonstrates the most basic use case of layer-shika: creating a status bar using the fluent builder API.
## Running
```bash
cd examples/simple-bar
cargo run
```