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
mod drawer;
mod inline;
mod overlay;
mod parts;
mod styles;

pub use drawer::Drawer;
pub use inline::InlineDrawer;
pub use orbital_base_components::DrawerHeaderTitleAction;
pub use orbital_base_components::{DrawerModalType, DrawerPosition, DrawerSize};
pub use overlay::OverlayDrawer;
pub use parts::{DrawerBody, DrawerHeader, DrawerHeaderTitle};

#[cfg(feature = "preview")]
pub use drawer::{DRAWER_DESCRIPTION, DRAWER_DOC, DRAWER_PREVIEW_REGISTRATION, DRAWER_PROPS};