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 stack;
mod types;

pub use stack::Stack;
pub use types::StackConfig;

#[cfg(feature = "preview")]
pub use stack::{
    StackPreview, STACK_BEST_PRACTICES, STACK_DESCRIPTION, STACK_DOC, STACK_PREVIEW_REGISTRATION,
    STACK_PROPS,
};