Back to Ratatui

Popup

src/content/docs/examples/Apps/popup.md

latest575 B
Original Source

Demonstrates how to render a widget over the top of previously rendered widgets using the Clear widget. Source popup.rs.

shell
git clone https://github.com/ratatui/ratatui.git --branch latest
cd ratatui
cargo run -p popup

rust
{{ #include @code/examples/ratatui-examples/examples/popup.rs }}