Skip to content

Releases: realtouseef/masonry-layout

v0.1.0

16 Aug 18:54
Compare
Choose a tag to compare

The Masonry Component now takes in 2 params data and column

  • Data is required and should be an array of object with src inside
  • column sets the number of columns you want, you can provide an object with the xs, sm, md, lg, xl, xxl and define the number of columns you want in each breakpoint.

We have removed the width and we are already handling it inside the code in Masonry.tsx