skills/smithery.ai/gpui-layout-and-style

gpui-layout-and-style

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::*;
Installs
2
First Seen
Mar 23, 2026