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
12
13
14
15
16
mod anchor;
mod link;
mod styles;
mod types;

pub use anchor::Anchor;
pub use link::AnchorLink;
pub use types::AnchorConfig;

pub use orbital_base_components::OffsetTarget;

#[cfg(feature = "preview")]
pub use anchor::{
    AnchorPreview, ANCHOR_BEST_PRACTICES, ANCHOR_DESCRIPTION, ANCHOR_DOC,
    ANCHOR_PREVIEW_REGISTRATION, ANCHOR_PROPS,
};