this is my first question here. As the title says, i'd like to know if is there a way to create a dnd grid using react beautiful-dnd library. I've already found out that the library supports vertical and horizontal dnd, and i've already tried both, but what about if i mix the 2 things? Is it possible?
Thanks in advance
Yes, using react-beautiful-dnd npm you can create vertical and horizontal dnd
Here example dnd react-beautiful-dnd
Here is source code of github example react-beautiful-dnd