hello-pangea / dnd

Beautiful and accessible drag and drop for lists with React.
https://dnd.hellopangea.com
Other
1.89k stars 83 forks source link

Constraining movement axis? - Browser tabs #795

Open schwjustin opened 2 months ago

schwjustin commented 2 months ago

Description

Is it possible to constrain the movement of Draggable items (only x-axis or y-axis)? The use case is making tabs similar to Chrome or Safari where you can drag to move tabs but they only move on the x-axis. If not, is it feasible to implement this feature? Thanks.