burncloud-client-shared 0.1.3

Shared components and styles for BurnCloud client applications
Documentation
1
2
3
4
5
6
7
8
9
pub mod layout;
pub mod sidebar;
pub mod title_bar;
pub mod placeholders;

pub use layout::*;
pub use sidebar::*;
pub use title_bar::TitleBar;
pub use placeholders::*;