react-xmasonry
react-xmasonry copied to clipboard
Simple, minimalistic and featured native masonry layout for React JS.
Hi, Thank you for this wonderful tool. Could you please add props of ref of xMasonry component in the type file definition. Will it be possible to add gaps for...
When I try loading in deno with `import { XMasonry, XBlock } from 'react-xmasonry'` I get ``` Uncaught SyntaxError: The requested module 'react-xmasonry' does not provide an export named 'XBlock'...
Hey! Thanks for a great package, it's the only one I've found that can handle variable widths and heights, it's very useful for a project I'm currently working on :)...
Is it possible for a prop in the XMasonry component that forces left-to-right chronological order? Or perhaps a clone that accepts only XBlock components with width=1, so there's no issue...
My project requires test coverage, but RTL never renders any of the children in XMasonry. I understand that XMasonry does 3 renders, but i never can seem to get it...