mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
10 lines
182 B
Markdown
10 lines
182 B
Markdown
# Constraint explorer demo
|
|
|
|
This interactive example shows how different constraints can be used to layout widgets.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p constraint-explorer
|
|
```
|