orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
mod anatomy;
mod arrow;
mod backdrop_map;
mod popover;
mod slots_to_views;
mod styles;
mod tip;
pub mod tour;
mod types;

pub use anatomy::{spotlight_anatomy, SpotlightAnatomyViews};
pub use popover::SpotlightPopover;
pub use styles::spotlight_styles;
pub use tip::SpotlightTip;
pub use tour::SpotlightTourStep;
pub use tour::{SpotlightTour, SpotlightTourInjection, SpotlightTourState};
pub use types::{
    SpotlightActions, SpotlightBackdrop, SpotlightBody, SpotlightFooter, SpotlightHeader,
    SpotlightMedia, SpotlightTrigger,
};

#[cfg(feature = "preview")]
pub use popover::SPOTLIGHTPOPOVER_PREVIEW_REGISTRATION;
#[cfg(feature = "preview")]
pub use tip::SPOTLIGHTTIP_PREVIEW_REGISTRATION;
#[cfg(feature = "preview")]
pub use tour::tour::SPOTLIGHTTOUR_PREVIEW_REGISTRATION;