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
mod presence_badge;
mod styles;

pub use orbital_base_components::{PresenceBadgeSize, PresenceStatus};
pub use presence_badge::PresenceBadge;

#[cfg(feature = "preview")]
pub use presence_badge::{
    PRESENCEBADGE_DESCRIPTION, PRESENCEBADGE_DOC, PRESENCEBADGE_PREVIEW_REGISTRATION,
    PRESENCEBADGE_PROPS,
};