Reimplemented NavigationBar
- Navigation Bar was reimplemented to support sections and pages. - Created new widget called separator, a horizontal rule with the COSMIC theme.
This commit is contained in:
parent
420d3c3dfc
commit
07e53ddadd
8 changed files with 390 additions and 383 deletions
|
|
@ -21,3 +21,6 @@ pub use expander::*;
|
|||
|
||||
pub mod list;
|
||||
pub use list::*;
|
||||
|
||||
pub mod separator;
|
||||
pub use separator::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue