Widget implementation for NavBar
- Implemented NavBar as a Widget
This commit is contained in:
parent
9210179731
commit
5c859fa1df
5 changed files with 377 additions and 31 deletions
|
|
@ -13,6 +13,9 @@ pub use list::*;
|
|||
mod nav;
|
||||
pub use nav::*;
|
||||
|
||||
mod navbar;
|
||||
pub use navbar::*;
|
||||
|
||||
mod toggler;
|
||||
pub use toggler::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue