desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.27k stars 2.11k forks source link

Masonry for React #1159

Open ryansrofe opened 2 years ago

ryansrofe commented 2 years ago

Masonry is being recommended by the Bootstrap 5 team as an alternative to card columns, however, their example does not seem to play well with React. Are there any plans to make it easier to work with Masonry and React?

sunviwo commented 2 years ago

@BlackboardCreative check out this : https://www.npmjs.com/package/react-masonry-component

latif83 commented 1 year ago

what about angular

Paper-Folding commented 10 months ago

Why don't you just use element ref in react and then use Masonry in useEffect hook just like vanilla js?