Basic CSS Grid based video grid demo

This commit is contained in:
Robert Long
2021-08-11 16:02:40 -07:00
parent 6addd838b4
commit f9d799ff05
5 changed files with 258 additions and 2 deletions

View File

@@ -6,13 +6,15 @@
"serve": "vite preview"
},
"dependencies": {
"@react-spring/web": "^9.2.4",
"classnames": "^2.3.1",
"color-hash": "^2.0.1",
"events": "^3.3.0",
"matrix-js-sdk": "^12.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0"
"react-router-dom": "^5.2.0",
"react-use-gesture": "^9.1.3"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.1",