2

I searched everywhere but couldn't find the right answer. Maybe I'm not good enough at operating Search Engines ️.

Can react-beautiful-dnd combine both horizontal and vertical directions? Like what react-sortable-hoc can easily do with axis="xy".

SnekNOTSnake
  • 1,157
  • 12
  • 24
  • I think you can make use of dragging across multiple lists feature to accomplish this as specified here https://www.codedaily.io/tutorials/Multi-List-Drag-and-Drop-With-react-beautiful-dnd-Immer-and-useReducer – Dattatreya Kugve Sep 22 '22 at 11:35

1 Answers1

0

As of now library doesn't provide any support for xy axis, that's the biggest con for this library.

Harsh
  • 99
  • 6