Card
Foundational card container for content groupings and composed UI.
Default Card
Standard card with border and background.
Card content goes here.
Glass Card
Frosted glass with backdrop blur.
Overlays gradients and images beautifully.
Installation
npx shadcn@latest add @gameone/cardRegistry dependencies: gameone-utils
Usage
import {
Card,
CardContent,
CardDescription,
CardHeader,
CardTitle,
} from "@/components/ui/card"<Card>
<CardHeader>
<CardTitle>Card Title</CardTitle>
<CardDescription>Card Description</CardDescription>
</CardHeader>
<CardContent>
<p>Card Content</p>
</CardContent>
</Card>Examples
Default
Default Card
Standard card with border and background.
Card content goes here.
Glass
Frosted glass card with backdrop blur for overlaying images or gradients.
Glass Card
Frosted glass with backdrop blur.
Overlays gradients and images beautifully.