Back to Ratatui

Layout

src/content/docs/examples/Layout/layout.md

latest735 B
Original Source

Demonstrates the Layout. The old standalone layout example mirrored on this site no longer exists upstream; the maintained upstream example covering layout behavior is constraint-explorer. Source main.rs.

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

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