mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 04:33:13 +00:00
eef1afe915
This PR deprecates `gauge_style` in favor of `filled_style` and `unfilled_style` which can have it's foreground and background styled. `cargo run --example=line_gauge --features=crossterm` https://github.com/ratatui-org/ratatui/assets/5149215/5fb2ce65-8607-478f-8be4-092e08612f5b Implements: <https://github.com/ratatui-org/ratatui/issues/424> Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
14 lines
353 B
VHS
14 lines
353 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/line_gauge.tape`
|
|
Output "target/line_gauge.gif"
|
|
Set Theme "Aardvark Blue"
|
|
Set Width 1200
|
|
Set Height 850
|
|
Hide
|
|
Type "cargo run --example=line_gauge --features=crossterm"
|
|
Enter
|
|
Sleep 2s
|
|
Show
|
|
Sleep 2s
|
|
Enter 1
|
|
Sleep 15s
|