hikari-components 0.2.0

Core UI components (40+) for the Hikari design system
1
2
3
4
5
6
7
8
9
//! Type-safe CSS style builders.
//!
//! Re-exports from `tairitsu_style` for CSS property enums and string builders.

// Re-export core CSS types from tairitsu_style (works on all platforms)
pub use tairitsu_style::{CssProperty, Property, StyleBuilder, StyleStringBuilder};

// TODO: Re-export type-safe CSS value types when tairitsu_css_values is available
// pub use tairitsu_css_values::{CssLength, CssExpression, CssBinOp, LengthUnit};