OonkooUI

Minimal Card

Official

A 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-card

Usage

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>

Component Info

Typeelement
Categorycards
TierFree
Last updatedJul 5, 2026