orbital-core-components 0.1.1

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

pub use select::Select;
#[cfg(feature = "preview")]
pub use select::SELECT_PREVIEW_REGISTRATION;
pub use types::{SelectAppearance, SelectBind};