Josh McKinney
2805dddf05
feat(logo): Add a Ratatui logo widget
...
This is a simple logo widget that can be used to render the Ratatui logo
in the terminal. It is used in the `examples/ratatui-logo.rs` example,
and may be used in your applications' help or about screens.
```rust
use ratatui::{Frame, widgets::RatatuiLogo};
fn draw(frame: &mut Frame) {
frame.render_widget(RatatuiLogo::tiny(), frame.area());
}
```
2024-10-05 17:35:43 -07:00
..
2024-08-06 01:10:58 -07:00
2024-08-06 01:10:58 -07:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-07-08 21:57:04 -07:00
2024-01-24 08:22:46 -08:00
2024-03-03 21:41:19 -08:00
2024-08-03 16:08:59 -07:00
2024-07-08 21:57:04 -07:00
2024-07-08 21:57:04 -07:00
2024-01-24 08:22:46 -08:00
2024-07-08 21:57:04 -07:00
2024-07-08 21:57:04 -07:00
2024-01-27 01:47:17 -08:00
2024-08-21 11:35:08 -07:00
2024-01-24 08:22:46 -08:00
2024-07-08 21:57:04 -07:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-05-24 11:42:52 -07:00
2024-01-24 08:22:46 -08:00
2024-07-08 21:57:04 -07:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-10-05 17:35:43 -07:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-24 08:22:46 -08:00
2024-01-27 02:39:40 -08:00
2024-07-08 21:57:04 -07:00
2024-01-24 08:22:46 -08:00