feat: implement shadow DOM; make notification hookable

This commit is contained in:
2023-03-22 15:10:42 +08:00
parent 9a5ec9f0a1
commit 313d24d808
9 changed files with 154 additions and 126 deletions

View File

@ -11,6 +11,7 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",