react-sortable-hoc icon indicating copy to clipboard operation
react-sortable-hoc copied to clipboard

Support display: flex ?

Open larissa-n opened this issue 2 years ago • 3 comments

react-sortable-hoc is unique in supporting display: grid (while other libraries only support vertical or horizontal direction).

Are there any plans to support display: flex ?

Demo: https://codesandbox.io/s/sortable-hoc-yp7h7?file=/src/App.js

larissa-n avatar Nov 15 '21 17:11 larissa-n

Could someone explain please why doesn't it work in the first example but works in the second? I have the same problem as #1

oyatek avatar Feb 05 '22 04:02 oyatek

@oyatek Add axis="xy" on SortableContainer and problem solved

tommy70404 avatar Sep 19 '22 09:09 tommy70404