mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
4b8e54e811
- Used a few new techniques from the 0.26 features (ref widgets, text rendering, dividers / padding etc.) - Updated the app to a simpler application approach - Use color_eyre - Make it look pretty (colors, new proportional borders) ![Made with VHS](https://vhs.charm.sh/vhs-4WW21XTtepDhUSq4ZShO56.gif) --------- Fixes https://github.com/ratatui-org/ratatui/issues/819 Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
15 lines
351 B
VHS
15 lines
351 B
VHS
# This is a vhs script. See https://github.com/charmbracelet/vhs for more info.
|
|
# To run this script, install vhs and run `vhs ./examples/tabs.tape`
|
|
Output "target/tabs.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 1200
|
|
Set Height 368
|
|
Hide
|
|
Type "cargo run --example=tabs --features=crossterm"
|
|
Enter
|
|
Sleep 2s
|
|
Show
|
|
Sleep 1s
|
|
Right@2.5s 3
|
|
Left@2.5s 3
|
|
Sleep 2s
|