gpui-components
Installation
SKILL.md
GPUI Components Skill
Generates production-ready Rust code for GPUI desktop UI components following patterns from Zed editor and gpui-component library.
When to Use This Skill
- Building desktop UI applications with GPUI framework
- Creating custom components using
RenderOnceorRendertraits - Implementing themed components with
ActiveTheme - Building autocomplete/completion menus
- Creating command palettes and popup menus
- Working with
gpui-componentcrate
Core GPUI Concepts
Application Setup
use gpui::{Application, Window, Context, div, px, rgb};
Related skills