atlassian / react-beautiful-dnd

Beautiful and accessible drag and drop for lists with React
https://react-beautiful-dnd.netlify.app
Other
33.15k stars 2.53k forks source link

react-beautiful-dnd supports drag and drop of Grid layouts #2301

Open HikerCoder opened 3 years ago

HikerCoder commented 3 years ago

Description

The package of react-sortable-hoc does support drag and drop of Grid layouts; however react-beautiful-dnd does not support.

fanismahmalat commented 2 years ago

You can use dnd-kit which is a modern alternative to react-beautiful-dnd and implement a grid there.