masonic icon indicating copy to clipboard operation
masonic copied to clipboard

🧱 High-performance masonry layouts for React

Results 35 masonic issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There are large gaps in the grid. **To Reproduce** Steps to reproduce the behavior: 1. Create a grid of divs where their height is determined by the...

**Describe the bug** The grid intermittently renders with only one item in the first column. ``` ``` **Expected behavior** I would expect that, as the images load in, the grid...

hello mate thanks for this amazing component looks like the useMasonry hook is not working correctly without images inside a scroll div container i set overscanBy = 1, the visible...

For example this piece of code doesn't render elements ``` .positionFixedWrapper { width: 100%; min-height: 100vh; height: 100%; position: fixed; overflow-y: auto; } ``` example - https://codesandbox.io/s/cool-lake-1ppj5?file=/src/App.js

question

**Is your feature request related to a problem? Please describe.** We use masonic currently for a fullscreen view of templates in a template gallery. We also have an index view...

enhancement

Can we have a prop where we could disable virtualisation? For me the component its good, but I am showing video tags in each card, so by scrolling down and...

question

Currently my project heavily relies on class based components. I am trying to implement masonic but only issue that I am getting is that I can't able to use useWindowScroll...

question

I was wondering if it is possible to pass functions as props to the rendered components `` In my case, the Post component needs to take a function in order...

question

**Describe the bug** Accessibility of masonic is failing. Most likely because `role="gridcell"` is not a child of `role="row"`, instead it is a child of `role="grid"` **To Reproduce** Steps to reproduce...

good first issue

Replaced a scaler topics link with a more specific tutorial to learn data structures and algorithms from the scaler topics. > IMPORTANT: Please do not create a Pull Request without...