Layout

Fluid provides a flexible layout system using Row, Column, and other primitives inspired by Flutter's layout model.

Flex Layout

Row and Column are the primary layout primitives. They use flexbox under the hood with type-safe alignment and spacing.

Spacing

Use the Spacing scale for consistent gaps and padding: Tiny, Small, Medium, Large, Huge, Massive, Vast.

Responsive Design

Layout properties support responsive values with narrow/mid/wide breakpoints using container queries.