Closed Aikenwu closed 3 years ago
Is there a plan to support columnsCountBreakPoints prop?
ex: https://github.com/cedricdelpoux/react-responsive-masonry columnsCountBreakPoints={{350: 1, 750: 2, 900: 3}}
No, you can easily implement this outside of Masonic with a media query or window size hook. Will never be part of the library.
Is there a plan to support columnsCountBreakPoints prop?
ex: https://github.com/cedricdelpoux/react-responsive-masonry columnsCountBreakPoints={{350: 1, 750: 2, 900: 3}}