mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00
10 lines
241 B
Markdown
10 lines
241 B
Markdown
# WidgetRef Container demo
|
|
|
|
This example shows how to use [`WidgetRef`](https://docs.rs/ratatui/latest/ratatui/widgets/trait.WidgetRef.html) to store widgets in a container.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p widget-ref-container
|
|
```
|