Skip to main content
0 votes
0 answers
31 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
29 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
33 views

I am using React Flow along with react-resizable-panels and have divided the panel group into two parts: Left panel: contains the React Flow graph. Right panel: contains a form. The behavior is as ...
ankit keshari's user avatar
0 votes
0 answers
35 views

I have a card in which the drag icon is in center of the card left. I want to drag from the button and not the whole card. So I use the preview of useDrag react-dnd But when I drag the card, the ...
Hetvi Prajapati's user avatar
1 vote
0 answers
57 views

I am making a drag and drop system with react dnd. In the drag section the unique id is generated while dragging item:{id:uuid(),type:type} the item the element and on drop the item is received in ...
Kushal's user avatar
  • 11
0 votes
0 answers
36 views

const Boards = () => { let [color, setColor] = useState("#7C3AED"); const [columns, setColumns] = useState([]); const columnsId = useMemo( () => columns?.map((col) => col....
Athul Suresh's user avatar
1 vote
0 answers
84 views

I am implementing a sortable tree for a nested object using the dnd-kit-sortable-tree library. Each tree item includes an input field for editing its value. However, I am encountering an issue where ...
ch3t's user avatar
  • 496
0 votes
1 answer
2k views

I'm using hello-pangea/dnd to have a drag and drop area, I want to be able to drag and drop sections to reorder them in a list. However, I don't want to just have a handle, I want to be able to drag ...
Santeau's user avatar
  • 1,017
0 votes
1 answer
619 views

I'm creating a simple quiz which has 4 droppable areas and 4 draggable items and idea behind this quiz to move all items into correct order or just to correct droppable zone. Now everything is ...
Lvasche's user avatar
  • 561
1 vote
0 answers
106 views

So i want create a dnd structure like row and column drop its more like task management and below provided its basic column dnd and i need implement with row and column so initial tasks structure can ...
RamkumarR's user avatar
0 votes
1 answer
47 views

I am new to React , when I click the open panel next to column 1, the column 3 items should show up I used use state but still not working. I debugged but still no luck. Providing code and sandbox ...
Ram01's user avatar
  • 193
8 votes
3 answers
2k views

Using react-dnd 16 with Next.js 14 and TypeScript, the refs within the return array of the useDrag and useDrop hooks are not assignable to LegacyRef. Other plataforms as Vite.Js gets the type fine. ...
Luiz Henrique's user avatar
2 votes
1 answer
870 views

I have used the DndProvider wrapper in my main file It was working properly before. But after I imported and used useDrop it started throwing the drag drop context error /* eslint-disable no-unused-...
Vin's user avatar
  • 85
0 votes
1 answer
632 views

I'm attempting to create both a vertical and a horizontal list, and to add elements to them from an external source. The issue I'm encountering is that the horizontal dropzone isn't activating ...
one1992tb's user avatar
0 votes
0 answers
125 views

My problem is why destination and source is not same when i drag and drop within same droppableId (droppableId="drawer-droppable"). how to fix this issue? ` import { DragDropContext, ...
Mudassar Ali's user avatar

15 30 50 per page
1
2 3 4 5
28