feat(web/menu): menu list focus trapping

This commit is contained in:
Luke
2022-07-28 15:41:20 +02:00
committed by Luke
parent 98b9e224ef
commit 196d400c56
6 changed files with 68 additions and 33 deletions

View File

@@ -20,6 +20,7 @@
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react": "^1.3.2",
"focus-trap-react": "^9.0.2",
"framer-motion": "^6.2.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@@ -60,6 +61,7 @@
"autoprefixer": "^10.0.2",
"cross-env": "^7.0.3",
"postcss": "^8.1.0",
"prop-types": "^15.8.1",
"rimraf": "^3.0.2"
}
}