basecoat-core 0.1.0

Core types, prop structs, and class-string functions for basecoat-rs
Documentation
pub mod alert;
pub mod badge;
pub mod button;
pub mod card;
pub mod dialog;
pub mod input;
pub mod label;
pub mod separator;
pub mod tabs;
pub mod textarea;
pub mod toast;
pub mod tooltip;

pub use alert::{AlertProps, AlertVariant};
pub use badge::{BadgeProps, BadgeVariant};
pub use button::{ButtonProps, ButtonSize, ButtonVariant};
pub use card::CardProps;
pub use dialog::DialogProps;
pub use input::InputProps;
pub use label::LabelProps;
pub use separator::SeparatorProps;
pub use tabs::{TabSet, TabsOrientation, TabsProps};
pub use textarea::TextareaProps;
pub use toast::{ToastCategory, ToastProps, ToasterProps};
pub use tooltip::TooltipProps;