2

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

Gahrz90
  • 67
  • 1
  • 8

1 Answers1

-1

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

Mayur Vaghasiya
  • 1,383
  • 2
  • 12
  • 24