orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
mod body;
mod footer;
mod provider;
mod styles;
mod title;
mod toast;
mod trigger;

pub use body::ToastBody;
pub use footer::ToastFooter;
pub use provider::{
    ToastAction, ToastDefaultTimeoutMs, ToastId, ToastIntent, ToastOffset, ToastOptions,
    ToastPosition, ToasterInjection, ToasterProvider,
};
pub use title::ToastTitle;
pub use toast::Toast;
pub use trigger::ToastTrigger;

#[cfg(feature = "preview")]
pub use toast::TOAST_PREVIEW_REGISTRATION;