paulcollett / react-masonry-css

React Masonry layout component powered by CSS, dependancy free
https://paulcollett.github.io/react-masonry-css/demo/
MIT License
961 stars 66 forks source link

Thank you #91

Open j0nas opened 1 year ago

j0nas commented 1 year ago

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.