mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00
10 lines
121 B
Markdown
10 lines
121 B
Markdown
# User input demo
|
|
|
|
This example shows how to handle user input.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p user-input
|
|
```
|