cranpose-liquid 0.1.76

Liquid UI — cranpose's first-party glass component library (iOS-26-style materials, spring motion)
Documentation

Liquid UI — cranpose's first-party component library.

An iOS-26-style "Liquid Glass" design system: translucent lens materials over live backdrop (wcKSRD refraction, blur, vibrancy, and edge light), semantic theming with automatic light/dark, and spring-physics motion. Pure UI code — no platform dependencies; runs on every cranpose target.

use cranpose::liquid::prelude::*;

LiquidTheme(LiquidThemeSpec::default(), || {
    GlassButton(Modifier::empty(), GlassButtonSpec::prominent(), on_click, || {
        GlassButtonLabel("Add");
    });
});