-
I want to create a dashboard. The dashboard contains "widgets" of variable sizes that the user can place in a grid. The placement of the widgets have the following constraints:
This is illustrated in the following image. The grey boxes are existing widgets. The blue box is a widget being dragged. The green space indicate where the dragged widget is allowed to be placed. I'm wondering what might be good implementation solution using dnd-kit. One spontanious possible solution that I came up with:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found another package that do just this: react-grid-layout. Using that instead. |
Beta Was this translation helpful? Give feedback.
I found another package that do just this: react-grid-layout. Using that instead.