概要
This skill serves as a comprehensive guide for developers using Makepad, the Rust-based UI toolkit, to build high-performance, cross-platform applications. Drawing from production-grade codebases like Robrix and Moly, it provides implementation patterns for complex UI elements including modal overlays, collapsible sections, dynamic lists, and adaptive views. It emphasizes the Robius ecosystem's best practices, such as delegating behavior via the deref pattern, implementing dynamic styling with apply_over, and optimizing redraw cycles for smooth performance across desktop and mobile platforms.