Minimal Card
OfficialA beautifully crafted card component with layered shadows and smooth hover effects. Perfect for showcasing content with a modern, minimal aesthetic.
Freecardminimalshadowhoverui
0 downloadsOonkooUI Team
Installation
Run the following command:
npx oonkoo add minimal-cardUsage
Copy and paste the following code to use this component:
import {
MinimalCard,
MinimalCardImage,
MinimalCardTitle,
MinimalCardDescription,
} from "@/components/oonkoo/minimal-card";
<MinimalCard>
<MinimalCardImage src="/image.jpg" alt="Card" />
<MinimalCardTitle>Title</MinimalCardTitle>
<MinimalCardDescription>Description</MinimalCardDescription>
</MinimalCard>