feat: added drag and drop menu for adding new nodes to flow

added a sidebar that supports drag and dropping new nodes from the sidebar into the flow editor.
also added a new package (neodrag) for easy draggable behavior outside the reactFlow editor.

ref: N25B-114
This commit is contained in:
JGerla
2025-10-01 13:29:32 +02:00
parent 85eff77e28
commit 9df46c90a3
4 changed files with 150 additions and 21 deletions

View File

@@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@neodrag/react": "^2.3.1",
"@xyflow/react": "^12.8.6",
"react": "^19.1.1",
"react-dom": "^19.1.1"