isaacHagoel / svelte-dnd-action

An action based drag and drop container for Svelte
MIT License
1.76k stars 105 forks source link

Multi row Dragable Horizontal Scroller - Replicating Canva.com timeline. #539

Open 99bits opened 7 months ago

99bits commented 7 months ago

Thank you again for making this super awesome project.

I am trying to replicate Canva's timeline and wondering if it's possible. Would love to get suggestions and ideas of how this can be done. Canva.com is super famous and to be able to replicate their timeline would be totally cool.

Dragable horizontal multi-row

isaacHagoel commented 7 months ago

dragging within horizontal lists is supported out of the box. the resizing you will need to do yourself. as far as the bottom row goes you can also do it yourself, it should be straightforward. if you need help feel free to share a REPL with as much as you already have.