Fixed Layout
The Columns does not change with screen size
<Masonry columns={3} />
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}} />