-
If I drag an item to another grid, the ngDestroy of MuuriGridItemDirective will have a wrong MuuriGridDirective:
`ngOnDestroy() {
this.tileGrid.removeItem(this.elRef);
}`
Current workaround:…
-
add option to fill gaps
-
When i try add an element it works great. Unfortunately, when i try to remove an element. it's didn't dynamically removed. it's leave a space over there.
-
I really love muuri. It's beautiful and elegant.
I read some source code of it, and found it concise and clear.
The README.md says that muuri can do any layout I want.
But I find there is one…
-
my backend is in symfony i want to create api and display data in front end using muuri
![image](https://user-images.githubusercontent.com/8825570/136743215-6cc1b0c3-2094-44f0-b52c-0d30a9a3b0f7.png…
-
-
I want the items inside the MuuriComponent to be horizontally centre:
check out this demo: [https://codesandbox.io/s/muuri-react-media-query-forked-f1p92?file=/package.json](url)
I want the items …
-
Some of the changes in settings menu now require the user to reload. We should figure out what settings can update the view without the need of reloading.
Setting| requires reload | can be fixed…
-
This feature request has popped up in the issues quite a few times and I think it's a worthy feature to add to the core (or at least make it possible to implement _easily_). The only question I'm aski…
-
Because the position (and therefore visual order) is set by css, the tab index does not go in order when I sort my items. This is an accessibility issue for my implementation of muuri-react. I'm havin…