gpui-layout-and-style

Installation
SKILL.md

Overview

GPUI provides CSS-like styling with Rust type safety.

Key Concepts:

  • Flexbox layout system
  • Styled trait for chaining styles
  • Size units: px(), rems(), relative()
  • Colors, borders, shadows

Quick Start

Basic Styling

use gpui::*;
Related skills

More from longbridge/gpui-component

Installs
305
GitHub Stars
11.4K
First Seen
Jan 21, 2026