feat: add nav_bar widget based on vertical view switcher

This commit is contained in:
Michael Aaron Murphy 2023-01-06 01:40:21 +01:00 committed by Michael Murphy
parent dd3ff2e622
commit dd29f958af
3 changed files with 55 additions and 4 deletions

View file

@ -13,12 +13,12 @@ pub use self::icon::{icon, Icon, IconSource};
pub mod list;
pub use self::list::*;
pub mod nav_bar;
pub use nav_bar::nav_bar;
pub mod nav_button;
pub use self::nav_button::{nav_button, NavButton};
pub mod navigation;
pub use navigation::*;
mod toggler;
pub use toggler::toggler;