mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
10 lines
170 B
Markdown
10 lines
170 B
Markdown
# Custom widget demo
|
|
|
|
This example shows how to create a custom widget that can be interacted with the mouse.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p custom-widget
|
|
```
|