svelte-grid icon indicating copy to clipboard operation
svelte-grid copied to clipboard

A responsive, draggable and resizable grid layout, for Svelte.

Results 61 svelte-grid issues
Sort by recently updated
recently updated
newest added

in \svelte-grid\src\MoveResize\index.svelte/line:50-56 ![image](https://user-images.githubusercontent.com/21336637/201594769-12f07869-84d4-4dfb-967c-95bb63950c74.png)

Hello! I need to catch a moment when one block with specific props (e.g. file) intersects another (e.g. folder) and prevent grid from repositioning. Is it posible now?

![image](https://user-images.githubusercontent.com/21336637/201903418-e0c13964-8e46-4572-8617-4a244c7c40b5.png) The project is operational. But there is this error.

Is it possible to have a fixed ratio? like a minimum height based on width Thanks!

@vaheqelyan @all Impressive about this code. Thanks much indeed! One more thing, can you add edge-magnetic-effect feature like the lovely [Winamp Webamp](https://webamp.org/)

I'm implementing a settings feature for each grid item. When the settings button on a grid item is clicked, a sliding panel with a gray overlay should cover the entire...

I think I need to customize the height of 1 size unit. I want to make smaller box like title box, but I don't know how to change the height...

I have the following structure to my app ``` ``` when I remove the margin, the shadow is aligned with the active div I've tried other methods of moving the...