Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
phire22 committed Feb 29, 2024
1 parent d351b90 commit dbec07d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ pub fn render(f: &mut Frame) {

For more examples see [tui-widget-list](https://github.com/preiter93/tui-widget-list/tree/main/examples).

![](resources/demo.gif?v=1)
![](examples/demo.gif?v=1)

License: MIT
Binary file added examples/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/demo.tape
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To run this script, install vhs and run `vhs ./examples/demo.tape`
Output "resources/demo.gif"
Output "examples/demo.gif"
Set Margin 10
Set Padding 2
Set BorderRadius 10
Expand Down
Binary file removed resources/demo.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
//!
//! For more examples see [tui-widget-list](https://github.com/preiter93/tui-widget-list/tree/main/examples).
//!
//!![](resources/demo.gif?v=1)
//!![](examples/demo.gif?v=1)
pub mod state;
pub mod traits;
pub mod widget;
Expand Down

0 comments on commit dbec07d

Please sign in to comment.