jaredLunde / masonic

🧱 High-performance masonry layouts for React
https://codesandbox.io/s/0oyxozv75v
MIT License
797 stars 49 forks source link

support columnsCountBreakPoints? #76

Closed Aikenwu closed 3 years ago

Aikenwu commented 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}}

jaredLunde commented 3 years ago

No, you can easily implement this outside of Masonic with a media query or window size hook. Will never be part of the library.