Widget implementation for NavBar

- Implemented NavBar as a Widget
This commit is contained in:
Eduardo Flores 2022-10-08 04:28:29 -07:00 committed by Michael Murphy
parent 9210179731
commit 5c859fa1df
5 changed files with 377 additions and 31 deletions

View file

@ -13,6 +13,9 @@ pub use list::*;
mod nav;
pub use nav::*;
mod navbar;
pub use navbar::*;
mod toggler;
pub use toggler::*;