orbital-ui 0.1.1

Leptos component library and design system for focused, accessible product UIs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod coachmark;
pub mod identity_card;
pub mod marketing;

// Re-export patterns
pub use coachmark::{OrbitalCoachmark, RememberMode};
pub use identity_card::{
    IdentityCard, IdentityCardPreview, IDENTITYCARD_DOC, IDENTITYCARD_PREVIEW_REGISTRATION,
    IDENTITYCARD_PROPS,
};
pub use marketing::*;
pub use orbital_core_components::preview::{
    ComponentDocMarkdown, ComponentPreviewCard, OrbitalComponentView,
};