Add fade transition

This commit is contained in:
2022-06-29 22:58:32 +03:00
parent 9edd961865
commit 641a572fc1
9 changed files with 272 additions and 148 deletions

View File

@@ -13,6 +13,7 @@
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.4.0",
"react-transition-group": "^4.4.2",
"reactstrap": "^9.1.1",
"sass": "^1.52.2"
},
@@ -20,6 +21,7 @@
"@types/node": "17.0.40",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"@types/react-transition-group": "^4.4.4",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"