soma-ui 0.1.1

A Leptos 0.8 component library: 160+ accessible UI components, blocks, charts, and a ChartDB-style schema diagram — with a prebuilt stylesheet.
Documentation
pub mod button;
pub use button::*;
pub mod input;
pub use input::*;
pub mod textarea;
pub use textarea::*;
pub mod checkbox;
pub use checkbox::*;
pub mod switch;
pub use switch::*;
pub mod slider;
pub use slider::*;
pub mod radio_button;
pub use radio_button::*;
pub mod radio_button_group;
pub use radio_button_group::*;
pub mod toggle_group;
pub use toggle_group::*;
pub mod button_group;
pub use button_group::*;
pub mod button_action;
pub use button_action::*;
pub mod input_group;
pub use input_group::*;
pub mod select;
pub use select::*;
pub mod combobox;
pub use combobox::*;
pub mod multi_select;
pub use multi_select::*;
pub mod date_picker;
pub use date_picker::*;
pub mod input_otp;
pub use input_otp::*;
pub mod input_phone;
pub use input_phone::*;
pub mod input_prompt;
pub use input_prompt::*;