ratatui/examples/vhs
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
..
barchart-grouped.tape docs(examples): simplify the barchart example (#1079) 2024-08-06 01:10:58 -07:00
barchart.tape docs(examples): simplify the barchart example (#1079) 2024-08-06 01:10:58 -07:00
block.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
calendar.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
canvas.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
chart.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
colors.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
colors_rgb.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
constraint-explorer.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
constraints.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
custom_widget.tape chore(editorconfig): set and apply some defaults (#974) 2024-03-03 21:41:19 -08:00
demo.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
demo2-destroy.tape chore: replace big_text with hardcoded logo (#1203) 2024-08-03 16:08:59 -07:00
demo2-social.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
demo2.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
docsrs.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
flex.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
gauge.tape docs(examples): update gauge example (#863) 2024-01-27 01:47:17 -08:00
generate.bash chore: rename ratatui-org to ratatui (#1334) 2024-08-21 11:35:08 -07:00
hello_world.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
hyperlink.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
inline.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
layout.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
line_gauge.tape feat(LineGauge): allow LineGauge background styles (#565) 2024-05-24 11:42:52 -07:00
list.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
minimal.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
modifiers.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
panic.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
paragraph.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
popup.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
ratatui-logo.tape feat(logo): Add a Ratatui logo widget 2024-10-05 17:35:43 -07:00
scrollbar.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
sparkline.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
table.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00
tabs.tape docs(examples): refactor Tabs example (#861) 2024-01-27 02:39:40 -08:00
tracing.tape docs(examples): fix typos in tape files (#1224) 2024-07-08 21:57:04 -07:00
user_input.tape chore: move example vhs tapes to a folder (#867) 2024-01-24 08:22:46 -08:00