Skip to content

Commit 7bed069

Browse files
tabbar as component...
1 parent 714c978 commit 7bed069

File tree

7 files changed

+850
-620
lines changed

7 files changed

+850
-620
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ license = "MIT"
9292
name = "boxmux"
9393
readme = "README.md"
9494
repository = "https://github.com/jowharshamshiri/boxmux"
95-
version = "0.214.254209"
95+
version = "0.215.254227"
9696

9797
[package.metadata.deb]
9898
assets = [["target/release/boxmux", "usr/bin/", "755"], ["README.md", "usr/share/doc/boxmux/README", "644"], ["examples/*", "usr/share/doc/boxmux/examples/", "644"]]

src/components/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
pub mod vertical_scrollbar;
77
pub mod horizontal_scrollbar;
8+
pub mod tab_bar;
89

910
pub use vertical_scrollbar::VerticalScrollbar;
10-
pub use horizontal_scrollbar::HorizontalScrollbar;
11+
pub use horizontal_scrollbar::HorizontalScrollbar;
12+
pub use tab_bar::{TabBar, TabNavigationAction};

0 commit comments

Comments
 (0)