mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00
10 lines
163 B
Markdown
10 lines
163 B
Markdown
# Inline demo
|
|
|
|
This example shows how to use the inlined viewport to render in a specific area of the screen.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p inline
|
|
```
|