orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod actions;
mod body;
mod message_bar;
mod styles;
mod title;

pub use actions::MessageBarActions;
pub use body::MessageBarBody;
pub use message_bar::{MessageBar, MessageBarIntent, MessageBarLayout};
pub use title::MessageBarTitle;

#[cfg(feature = "preview")]
pub use message_bar::MESSAGEBAR_PREVIEW_REGISTRATION;