euv-ui 0.8.26

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
1
2
/// Viewport width threshold below which the application switches to the mobile layout.
pub(crate) const MOBILE_BREAKPOINT: i32 = 768;