feat: masonry grid

This commit is contained in:
Morten Olsen
2023-06-16 14:08:38 +02:00
parent bc0d501d98
commit c11d5248ff
9 changed files with 207 additions and 27 deletions

View File

@@ -42,12 +42,14 @@
},
"types": "./dist/cjs/types/index.d.ts",
"dependencies": {
"@refocus/sdk": "workspace:^",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-tabs": "^1.0.4",
"@refocus/sdk": "workspace:^",
"framer-motion": "^10.12.16",
"react-icons": "^4.9.0",
"react-markdown": "^6.0.3",
"styled-components": "6.0.0-rc.3"
"styled-components": "6.0.0-rc.3",
"usehooks-ts": "^2.9.1"
}
}