masonry-layout icon indicating copy to clipboard operation
masonry-layout copied to clipboard

An efficient and fast web component that gives you a beautiful masonry layout

Results 9 masonry-layout issues
Sort by recently updated
recently updated
newest added

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

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** --- ![image](https://user-images.githubusercontent.com/74248037/235839956-75105211-dd06-4912-bc4a-48dd5ff9e363.png) **Build Error** --- ![image](https://user-images.githubusercontent.com/74248037/235840076-a1c5ca5e-62cb-4f4d-872c-c4f3ac11b4f4.png) 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...