feat(widget): add navigation with page_list_item and sub_page_header

This commit is contained in:
Michael Aaron Murphy 2023-09-19 16:38:04 +02:00 committed by Michael Murphy
parent 586a5debe7
commit 9ceda6d704
2 changed files with 58 additions and 0 deletions

View file

@ -121,6 +121,8 @@ pub use nav_bar::nav_bar;
pub mod nav_bar_toggle;
pub use nav_bar_toggle::{nav_bar_toggle, NavBarToggle};
pub mod navigation;
pub mod popover;
pub use popover::{popover, Popover};