orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
mod divider;
mod styles;

pub use divider::Divider;

#[cfg(feature = "preview")]
pub use divider::{DIVIDER_DESCRIPTION, DIVIDER_DOC, DIVIDER_PREVIEW_REGISTRATION, DIVIDER_PROPS};