masonry-layout
masonry-layout copied to clipboard
An efficient and fast web component that gives you a beautiful masonry layout
Is it possible to have a right-to-left order, so that the first item would be in the top right corner?
Hello, we are trying to use your masonry lib in our angular/ionic5 app. Importing your lib like this` import '@appnest/masonry-layout'; `we run into errors like this. ``` [ng] node_modules/@appnest/masonry-layout/masonry-layout.d.ts:53:9 -...
I suggest to filter out items in `.layout()` method to only those which have offsetHeight > 0 http://joxi.ru/nAyBvVYugwZWlr.jpg
Fix issue with layout items with offsetHeight = 0
ESM fix
Fixes #9 In addition to `type: module`, the modules must all be referenced with `.js` extension. As a side note, I can highly recommend using [eslint-plugin-require-extensions](https://github.com/solana-labs/eslint-plugin-require-extensions) which ensures the extensions...
Hi, we've been using this component for a while with success but I have a request for a layout which uses auto columns apart from below a certain breakpoint where...
**Version** --- "@appnest/masonry-layout": "^2.0.8" "typescript": "5.0.3" "next": "13.2.4" **TypeScript error** ---  **Build Error** ---  I am using Next js 13 with typescript. I can't build the project during...
Hi! Thank you so much for your work on this library! It works really well! I've run into a small issue. Till now, I was using this in a Hugo...
With `` reslotting children, there's some non-deterministic scheduling happening in the case that you want to schedule other work with content visibility on the DOM; in my specific case observe...