Skip to content

React Layout Masonry

Create responsive masonry layouts

Options

Fixed Layout

The Columns does not change with screen size

<Masonry columns={3} />

Responsive Layout

The columns update with window resize based on the given breakpoints

<Masonry columns={{640:1, 768: 2}} />