mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-29 05:51:57 +00:00
10 lines
107 B
Markdown
10 lines
107 B
Markdown
# Popup demo
|
|
|
|
This example shows how to handle popups.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p popup
|
|
```
|