TahaSh / swapy

✨ A framework-agnostic tool that converts any layout into a drag-to-swap one with just a few lines of code https://swapy.tahazsh.com/
MIT License
5.86k stars 114 forks source link

Is there a way to limit the dragging to only be vertical(up/down)? #82

Open meramos opened 2 days ago

meramos commented 2 days ago

Visually I only want the items to be draggable up and down, I don't want the user to be able to drag the items left to right. So if the user tries to drag it to the left or right, the item should not move.

I'm using Swapy in a NextJS project.