I just wanted to say thank you for this library. I spent a bit of time trying to create a two-column masonry layout with both Grid and Flex before finding out that it's simply not possible (yet). So I found this library. I imported it and wrapped my components with <Masonry className="flex -ml-100 w-auto p-1" columnClassName="pl-100 bg-clip-padding">, and it just worked. Really appreciate all the time that's been poured into it.
I just wanted to say thank you for this library. I spent a bit of time trying to create a two-column masonry layout with both Grid and Flex before finding out that it's simply not possible (yet). So I found this library. I imported it and wrapped my components with
<Masonry className="flex -ml-100 w-auto p-1" columnClassName="pl-100 bg-clip-padding">
, and it just worked. Really appreciate all the time that's been poured into it.Once again, thank you.