ratatui/examples/demo2
Josh McKinney 87bf1dd9df
feat: replace Rect::split with Layout::areas and spacers (#904)
In a recent commit we added Rec::split, but this feels more ergonomic as
Layout::areas. This also adds Layout::spacers to get the spacers between
the areas.
2024-02-01 20:26:35 -08:00
..
tabs feat: replace Rect::split with Layout::areas and spacers (#904) 2024-02-01 20:26:35 -08:00
app.rs feat: replace Rect::split with Layout::areas and spacers (#904) 2024-02-01 20:26:35 -08:00
big_text.rs feat(demo2): add destroy mode to celebrate commit 1000! (#809) 2024-01-13 15:13:50 -08:00
colors.rs feat(widgets): implement Widget for Widget refs (#833) 2024-01-24 10:34:10 -08:00
destroy.rs feat: replace Rect::split with Layout::areas and spacers (#904) 2024-02-01 20:26:35 -08:00
errors.rs docs(examples): refactor demo2 (#836) 2024-01-24 11:44:16 -08:00
main.rs docs(examples): add note about example versions to all examples (#871) 2024-01-24 11:50:18 -08:00
tabs.rs feat(examples): add demo2 example (#500) 2023-09-21 01:47:23 -07:00
term.rs docs(examples): refactor demo2 (#836) 2024-01-24 11:44:16 -08:00
theme.rs feat(demo2): add destroy mode to celebrate commit 1000! (#809) 2024-01-13 15:13:50 -08:00