feat: add Card component family to shared/ui

This commit is contained in:
Ilia Mashkov
2026-04-19 08:19:58 +03:00
parent 11e7aa9a96
commit 26860b27e5
3 changed files with 169 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from './ui/Card'
export type { CardBackground } from './ui/Card'