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** [Accessibility Insights](https://accessibilityinsights.io/) reports an issue with Masonic's accessibility markup. Masonic [assigns a WAI-ARIA role](https://github.com/jaredLunde/masonic/blob/main/src/use-masonry.tsx#L79) of `grid` to the container, and a role of `gridcell` to each individual...

**Describe the bug** When using an iframe, video, or any web component with implicit state, scrolling or resizing the window (to cause the column count to change) can sometimes cause...

**Describe the bug** When you switch a class on a parent element using one that changes size. **To Reproduce** Steps to reproduce the behavior: Make it so that a class...

Is it possible to achieve this look using this package? (Item number 1 in particular) ![](https://i.stack.imgur.com/4d1YO.png)

**Is your feature request related to a problem? Please describe.** Being able to set a maximum amount of columns would be really useful as it would allow responsive designs but...

I was using this library in my current project. I took references from codesandbox.io. But I am encountering an issue. I am not getting all the data, 2 things are...

I'm trying to get an understanding of what the intended behaviour is here. I was experimenting with adding a fade-in effect to my images when they loaded by storing a...

I managed to get things working quite quickly with the `Masonry` component, but after reading in the docs that you could avoid the need for a resize observer by using...

Actually this is a question, not an issue. I am filtering items dynamically in Masonic. If there are fewer items, all items are in left align to the container. Is...

question

Changes from the PR add logic to sort children rendered in `use-masonry` by their index. This should help to maintain the tabbing order as the items will be rendered in...