orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
10
mod counter_badge;
mod styles;

pub use counter_badge::CounterBadge;

#[cfg(feature = "preview")]
pub use counter_badge::{
    COUNTERBADGE_DESCRIPTION, COUNTERBADGE_DOC, COUNTERBADGE_PREVIEW_REGISTRATION,
    COUNTERBADGE_PROPS,
};