ratatui/examples/demo
EdJoPaTo 366c2a0e6d
perf(block): use Block::bordered (#1041)
`Block::bordered()` is shorter than
`Block::new().borders(Borders::ALL)`, requires one less import
(`Borders`) and in case `Block::default()` was used before can even be
`const`.
2024-05-02 03:09:48 -07:00
..
app.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
crossterm.rs refactor(examples): add vim binding (#688) 2023-12-14 19:11:48 -08:00
main.rs docs(examples): add note about example versions to all examples (#871) 2024-01-24 11:50:18 -08:00
termion.rs refactor(examples): add vim binding (#688) 2023-12-14 19:11:48 -08:00
termwiz.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
ui.rs perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00