dnd-kit
dnd-kit copied to clipboard
The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
While testing my app I noticed that it does not work well when an item is moved quite fastly. The sorting is kind of messed up I can replicate it...
Considering how popular NextJS is I was wondering if you guys will consider supporting it? I got it working after jumping through a few hoops but unfortunately still facing errors....
When using `onContextMenu` event inside Draggable (i.e. right-click), it errors out with `Uncaught TypeError: Cannot assign to read only property 'current' of object '#'` in `useLatestValue`. Not sure why `useRef`...
As mentioned in [this discussion](https://github.com/clauderic/dnd-kit/discussions/236), it would be relevant to know the final location of the active draggable in the `onDragEnd` handler for calculating absolute position. Before on the `onDragEnd`...
#### Problem Sometimes it is useful to make an entire element draggable, except interactive child elements. **Current Solution:** As discussed in https://github.com/clauderic/dnd-kit/issues/477, a current solution to this issue is a...
Related to #669 Changing the position of an item seems to wrongly "remember" (or fail to reset) the previous position of the item. In this sandbox, the "^" button moves...
The page https://docs.dndkit.com/api-documentation/context-provider has a section about layout measuring. But code sample presented there doesn't work in "@dnd-kit/core": "^6.0.5". Sample provided: ``` import {DndContext, LayoutMeasuringStrategy} from '@dnd-kit/core'; ``` Actual code...
I am currently following the implementation of the multiple container Vertical Grid in dnd-kit's storybook implementation and when attempting to drag and drop an item to another container, a warning...
Why i am using this packages? Very simple use case. In my application i have multiple cards which any user can drag and drop to another section. 1. **Scenario 1**...
Have been noticing this very bad bug that makes the sortable list items jump in odd places completely making this component unusable. Any way I can become a top donor...