snora 0.28.0

iced engine for the Snora GUI framework. Consumes snora-core vocabulary.
Documentation
1
2
3
4
5
6
7
8
9
10
pub use snora_widgets::{
    app_breadcrumb, app_footer, app_header, app_side_bar, app_tab_bar, icon_element,
    icon_element_sized, render_menu,
};

/// The `icon` submodule path (kept for source-compat with 0.5.x
/// callers using `snora::widget::icon::icon_element`).
pub mod icon {
    pub use snora_widgets::{icon_element, icon_element_sized};
}