masonry
masonry copied to clipboard
Masonry for React
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?
@BlackboardCreative check out this : https://www.npmjs.com/package/react-masonry-component
what about angular
Why don't you just use element ref in react and then use Masonry in useEffect hook just like vanilla js?