react-equal-height
react-equal-height copied to clipboard
Compares element heights and sets the highest
How does one deal with grid layouts with variable columns per row, and want equal heights per row?
I have a grid or flex layout which wrap my columns. I have different number of columns per width, so large may have 4, medium 3 columns, then down to...
Hi, thanks for amazing work, I've used your library on several projects now. There's a problem with building NextJS app with new app router (I didn't try this on pages...
The package works SSR on Next.JS and detect perfectly the height of each element. However, when I resize my page nothing is happening. I got the same problem if I...
Hi, How can I use this library when I need to equalize heights of elements that are in separate children React component(s)? It seems to support only the scenario when...
I have the code already done and ported from 1.3.0 to 2.0.2, but please see my previous issue #10 . I am happy to do a pull request. The issue...