Skip to main content
3 votes
1 answer
132 views

I'm using dnd-kit in a Next.js project to reorder items in a sidebar. Dragging works correctly, but there is a visual issue when the item is dropped. During dragging, I render a placeholder element (...
user32470124's user avatar
0 votes
0 answers
57 views

I want to create multiple draggable components that can be moved everywhere using react's Dndkit. However I am not manually setting the position of component(only setting height and width). I cannot ...
akaparadox's user avatar
0 votes
0 answers
43 views

I am using dndkit to create multiple draggable cards and multiple droppable containers as well. I am not manually positioning the droppable containers, they are just placed in the DOM element on its ...
akaparadox's user avatar
0 votes
0 answers
161 views

as part of a group project, I am trying to set up a kanban system similar to those used by YouTrack, Trello, and others to manage project tasks from one status to another by moving them from one ...
s4nbr9root's user avatar
0 votes
0 answers
140 views

I have a TaskList component with multiple columns representing task states. I use @dnd-kit/core to drag & drop tasks (TaskCard) between columns. The cards work fine and don’t need any change. The ...
Aaron Mas's user avatar
0 votes
0 answers
55 views

My desire is to have a draggable card that displays information, and if the user clicks on the card, it will expose inputs to change that information, all while being able to dnd that card. My current ...
TheMaoriFlash's user avatar
0 votes
0 answers
88 views

I'm facing an issue using dnd-kit inside a Shopify App Bridge . The drag-and-drop functionality works perfectly outside the modal, but stops working when placed inside the modal. Setup: Framework: ...
Ronak Panchal's user avatar
0 votes
0 answers
66 views

Please follow this link - https://codesandbox.io/p/sandbox/dnd-kit-multi-containers-uvris1?file=%2Fsrc%2Fapp.js. There you will see an example of drag and drop, that is iplemented with dnd-kit. There ...
Leo's user avatar
  • 13
1 vote
1 answer
149 views

I am trying to fix the following error for both Android and iOS Simulator on Snack Expo Snack Error. Unable to resolve module 'module://react-dom.js'. I have used the dnd kit so that I can drag and ...
Washington Fig's user avatar
4 votes
3 answers
1k views

I use dnd-kit for react in a tanstack-table surrounded by a div which has scrollbars. The Problem is, as shown in the gif below, i can scroll into nothing. I want to prevent that. It should only ...
Andresch Serj's user avatar
1 vote
0 answers
141 views

I am using two different dnd kit DndContext providers in a table. One to rearrange the columns of the header, one to drag & drop rows. Now I get a console error that divs are not allowed as ...
Andresch Serj's user avatar
0 votes
1 answer
1k views

I have a page that renders an array of components with dnd context and inside them there are many cards. if I force-reload the page, it works but as times goes on the page gets slower and slower. It ...
jun's user avatar
  • 1
1 vote
0 answers
92 views

I'm trying to implement a drag-to-delete functionality using DND Kit where users can drag cards to a trash container to delete them. However, the trash container is not being detected when I drag ...
Www's user avatar
  • 73
1 vote
0 answers
337 views

I want to have 4 draggable symbols : +, -, :, * and many slots where I could drop these symbols. The issue is that I can't make the drop animation working. When I drop item it should animate nicely ...
Ugus's user avatar
  • 47
3 votes
1 answer
1k views

I'm working on a project using React Query with DnD Kit to implement drag-and-drop functionality. However, when I drop an item in a new position, it briefly returns to its original position for a ...
Max Vhanamane's user avatar

15 30 50 per page
1
2 3 4 5
7