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 panel;
mod popover;
mod styles;
mod types;

pub use popover::Popover;
pub use styles::popover_styles;
pub use types::{
    PopoverAppearance, PopoverConfig, PopoverLifecycle, PopoverPosition, PopoverSize,
    PopoverTriggerType,
};

pub use orbital_base_components::OverlayTrigger as PopoverTrigger;

#[cfg(feature = "preview")]
pub use popover::POPOVER_PREVIEW_REGISTRATION;