orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
mod avatar;
mod styles;
mod types;

pub use avatar::Avatar;
pub use types::{AvatarColor, AvatarConfig, AvatarShape};

#[cfg(feature = "preview")]
pub use avatar::{AVATAR_DESCRIPTION, AVATAR_DOC, AVATAR_PREVIEW_REGISTRATION, AVATAR_PROPS};