What problem does it solve?
Glassmorphism UI patterns are visually compelling but hard to implement consistently across Kotlin Multiplatform projects. This Skill provides a production-ready design system with a themed set of Glass components, a blurred, translucent aesthetic, and an animated background to speed up delivery and maintain visual consistency.
Core Features & Use Cases
- GlassTheme: a consistent dark/light theming system based on Material3.
- GlassSurface, GlassCard, GlassButton, GlassTextField, GlassDropdown, GlassRichDropdown, GlassChatBubble, GlassSidebar, LiquidBackground: ready-to-use building blocks for modern UI.
- Platform coverage: Desktop JVM, Android, iOS, WASM, with transparency support guidance and tokens.
- Quick-start scenarios: Rapidly scaffold a KMP app with a glass UI, apply theme at root, and compose screens with the provided components.
Quick Start
Add the provided GlassTheme and LiquidBackground at the app root and begin composing screens with Glass* components.