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

Update to Svelte 3

Open pbxothi opened this issue 5 years ago • 6 comments

Hello Rich,

Thanks for the great framework and also this project. I am wondering if this component will get an update to Svelte 3. I tried it myself but not having a lot of luck -- the dragging seems to work but the containers are overlapping and cause odd layout issues.

If you can give an overview of how you would structure this under Svelte 3, I can try my hand at the implementation and submit a pull request.

Thanks again

pbxothi avatar Dec 10 '19 12:12 pbxothi

This is such a useful tool, hope someone with better svelte understanding than me can have a look.

zahachtah avatar Jun 17 '20 16:06 zahachtah

fork: https://github.com/saabi/svelte-subdivide/tree/v3 PR: #23

milahu avatar Aug 25 '20 10:08 milahu

Forgot to reply with a big thanks! This is the backbone of what I am working on and it works great!

Doesn't seem to have been merged yet, but I use my own clone

zahachtah avatar Dec 11 '21 11:12 zahachtah

Can some please tell me how to get this working with v3? I love it and am new to Svelte. Having major confusion :~

hotelbuddy-online avatar Jan 04 '22 19:01 hotelbuddy-online

Forgot to reply with a big thanks! This is the backbone of what I am working on and it works great!

Doesn't seem to have been merged yet, but I use my own clone

How did you get it to work zahachtah??

hotelbuddy-online avatar Jan 04 '22 19:01 hotelbuddy-online

how to get this working with v3?

npm install -D github:saabi/svelte-subdivide#v3

https://github.com/saabi/svelte-subdivide/tree/v3#usage

milahu avatar Jan 04 '22 20:01 milahu