Skip to content

Commit

Permalink
Show new example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Reiter committed Sep 15, 2024
1 parent a260499 commit 450bfd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ For more examples see [tui-widget-list](https://github.com/preiter93/tui-widget-

### Demos

#### Simple list with alternating colors
#### Demo

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

#### Vertically and horizontally scrollable
#### Infinite scrolling, scroll padding, horizontal scrolling

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

License: MIT
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@
//!
//! ## Demos
//!
//! ### Simple list with alternating colors
//! ### Demo
//!
//!![](examples/tapes/simple.gif?v=1)
//!![](examples/tapes/demo.gif?v=1)
//!
//! ### Vertically and horizontally scrollable
//! ### Infinite scrolling, scroll padding, horizontal scrolling
//!
//!![](examples/tapes/demo.gif?v=1)
//!![](examples/tapes/variants.gif?v=1)
pub(crate) mod legacy;
pub(crate) mod state;
pub(crate) mod utils;
Expand Down

0 comments on commit 450bfd5

Please sign in to comment.