← All layout components

Core / Layout

Grid

Lays repeated content out in responsive columns.

Live example

Research
Design
Launch

Interactive preview using local sample data. Styling is intentionally left to the consuming project.

Usage

<Grid columns={3}>…</Grid>

Adopt to your project

Keep this component semantically neutral. Use its documented props for behavior and className for project-specific spacing, width, typography, and visual treatment.

Accessibility

Preserve source order when columns collapse on mobile.

API reference

Public attribute
columns
gap
minItemWidth
children

The preview above uses a safe local fixture. Confirm exact TypeScript props when adapting it to your application.

Installation

Full library
pnpm install:project /absolute/path/to/your-project

Planned guided selection
Layout → Grid