Add initial widget functionality using react-grid-layout and react-resizable

This commit is contained in:
Daniel S. Hansen
2025-07-09 15:20:29 -07:00
parent ed05ea8caf
commit e0fc1a98ac
6 changed files with 150 additions and 3 deletions
+2
View File
@@ -18,7 +18,9 @@
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-grid-layout": "^1.5.2",
"react-icons": "^5.5.0",
"react-resizable": "^3.0.5",
"tailwindcss": "^4.1.11"
},
"devDependencies": {