docs icon indicating copy to clipboard operation
docs copied to clipboard

Official documentation for @dnd-kit

Results 52 docs issues
Sort by recently updated
recently updated
newest added

this commit adds missing quotation marks

All code examples are written only in `.jsx`. It wouldnt be much hussle for You to also provide them in `.tsx` but would save a lot of time for developers...

Hi, I'm using dnd-kit in a TypeScript project, and would like to strongly type the data property attached to Draggable objects. I tried extending the interface, the way other libraries...

i have a conditional rendering for dragOverlay component but when I drag the item the draggable item disappears however I cancel the dragging process how can I fix this issue...

Using the docs, I wasn't able to find any Github link, so I had to google for the Repo in order to find it. Inserting a Github Link to the...

This commit fixes a few typos in the Sortable Context example code. | Before | `["A, "B", "C"]` | |--------|-------------------| | After | `["A", "B", "C"]` |

remove extra 'your'

See discussion on https://github.com/clauderic/dnd-kit/issues/435