cuire / svelte-grid-extended

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

Question on how to implement a drag source #67

Open noobmaster19 opened 6 months ago

noobmaster19 commented 6 months ago

Hey, thanks for the awesome work in this library. Im trying to create a drag and drop feature where i have a list of components that my user will be able to tap, hold, and drag into the grid. Looking through the demos and past issues, there doesn't seem to be a clear cut way of how to handle this behaviour.

Would you mind pointing me in the direction so that I can achieve that sort of behaviour? Thank you!

cuire commented 5 months ago

It will be possible only when #14 is done. I'll add example for your use case within this issue.