What problem does it solve?
KiteUI development guidance helps teams build reactive, cross-platform UIs efficiently without wrestling with boilerplate, state handling, and theming. This skill consolidates patterns and best practices for KiteUI's web-first, native-view approach in Kotlin Multiplatform projects.
Core Features & Use Cases
- Modern layout patterns using dot notation modifiers and containers (col/row/frame) across platforms
- Semantic theming and accessible components with consistent styling
- Reactive state management (Signal, rememberSuspending, ModelCache) and navigation
- Page creation, routing, keyboard shortcuts, and reusable components
- Client-side caching and real-time updates via ModelCache for scalable data loading
Quick Start
- Create a simple KiteUI page with @Routable, add a heading and a button, then increment a counter with a Signal-based state, and show a loading state with rememberSuspending for an async fetch.