vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.
https://svelte-grid.now.sh/
MIT License
948 stars 57 forks source link

Overlapping #95

Open ermincelikovic opened 3 years ago

ermincelikovic commented 3 years ago

Hey Vahe - thanks for making the library - it is just great!
I was wondering if it would be possible to allow items to overlap?

vaheqelyan commented 3 years ago

it's possible. what is the use of overlapping ?

ermincelikovic commented 3 years ago

I'm tinkering with the idea of layout builder - similar to the example you made with css grid. The only thing is that a lot of modern layouts require overlapping too. In fact, css grid allows overlapping.

vaheqelyan commented 3 years ago

that is challenging

ermincelikovic commented 2 years ago

Anything I can do to help with this? 👀