orbital-core-components 0.1.1

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

pub use swatch_picker::{SwatchPicker, SwatchPickerItem};
pub use types::{SwatchPickerLayout, SwatchPickerShape, SwatchPickerSize};

#[cfg(feature = "preview")]
pub use swatch_picker::SWATCHPICKER_PREVIEW_REGISTRATION;