What problem does it solve?
Assess and improve layout and spacing that feels monotonous, crowded, or structurally weak. Turn generic arrangements into intentional, rhythmic compositions.
Core Features & Use Cases
- Establish a consistent spacing system with a defined scale and semantic tokens (e.g., --space-xs to --space-xl).
- Create visual rhythm and varied spacing to enhance hierarchy, using Flexbox for 1D layouts and Grid for 2D layouts.
- Strengthen hierarchy and depth through proximity, whitespace, and selective emphasis; avoid over-nesting cards and promote purposeful card composition.
- Practical use: refactor a crowded dashboard by improving spacing, alignment, and groupings to reveal primary actions and data relationships.
Quick Start
Assess the current layout for spacing and hierarchy, then implement a consistent spacing scale and an appropriate layout approach (Flexbox for 1D, Grid for 2D) to improve rhythm.