cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
92 stars 9 forks source link

Resize from border with multiple directions not only bottom right #91

Open Omicrxn opened 2 months ago

Omicrxn commented 2 months ago

I managed the resize from border using custom handles: ` <div slot="resizeHandle" class="absolute inset-0 cursor-se-resize border-2 border-transparent group-hover:border-primary" let:resizeStart onpointerdown={resizeStart}

`

but it doesn't matter which border you drag from it always resizes as if you were dragging from bottom right.

cuire commented 2 months ago

I managed the resize from border using custom handles: ` <div slot="resizeHandle" class="absolute inset-0 cursor-se-resize border-2 border-transparent group-hover:border-primary" let:resizeStart onpointerdown={resizeStart}

`

but it doesn't matter which border you drag from it always resizes as if you were dragging from bottom right.

I have a big project to expand customization capabilities. But for this it is necessary to change the API. I will create a ticket and link all related tasks to it. Stay tuned ♥️

Omicrxn commented 2 months ago

Thanks @cuire amazing work by the way if i have time I'd love to contribute in the future!😋