boltz-ui 0.1.0

High-level reusable GPUI UI components (Label, Button, Input, etc.).
Documentation
pub mod animation;
mod appearance;
mod color;
mod elevation;
pub mod focus_ring;
pub mod palette;
mod platform;
pub mod semantic;
mod severity;
pub mod shadow;
mod spacing;
mod typography;
mod units;

pub use appearance::*;
pub use color::*;
pub use elevation::*;
pub use platform::*;
pub use severity::*;
pub use shadow::*;
pub use spacing::*;
pub use typography::*;
pub use units::*;