Hack-Weekly / crimson-eagle-notes-app

2 stars 4 forks source link

Drag-and-drop #5

Open FrolickingMustelid opened 1 year ago

FrolickingMustelid commented 1 year ago

https://github.com/isaacHagoel/svelte-dnd-action the example looks pretty bad

https://www.neodrag.dev/ no reaction from other elements, which is not what we want

https://bevacqua.github.io/dragula/

caiomauro commented 1 year ago

Link is a tut using the svelte-dnd-action and it looks much better than the example. The logic will need to be changed to snap the items to a 3 column grid.

https://www.youtube.com/watch?v=sFX525V3dMs&t=773s

This link is one I found of a guy changing it to this layout. We may have to just force the 3 grid layout through other styling options.

https://www.youtube.com/watch?v=tJ4FAe_ubIc