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 info_label;
mod styles;
mod types;

pub use info_label::InfoLabel;
pub use styles::info_label_styles;
pub use types::{InfoLabelInfo, InfoLabelSize, InfoLabelWeight};

#[cfg(feature = "preview")]
pub use info_label::INFOLABEL_PREVIEW_REGISTRATION;