EmpireUI
Sign inGet Pro
Free · MIT · React + Tailwind

Product Card

A clean, responsive product card for React and Tailwind CSS with image, price, rating and add-to-cart. Copy, paste and ship your store in minutes, free.

Aurora Sneakers
Limited edition
$129

Copy the code

export function ProductCard() {
  return (
    <div className="w-56 overflow-hidden rounded-2xl border border-white/10 bg-white/5 text-white">
      <div className="h-32 bg-gradient-to-br from-violet-600 to-cyan-400" />
      <div className="p-4">
        <h3 className="font-bold">Aurora Sneakers</h3>
        <p className="text-sm text-white/60">Limited edition</p>
        <div className="mt-3 flex items-center justify-between">
          <span className="text-lg font-extrabold">$129</span>
          <button className="rounded-xl bg-violet-600 px-4 py-2 text-sm font-bold">Add</button>
        </div>
      </div>
    </div>
  )
}

Tailwind CSS · no dependencies · MIT licensed. Paste it straight into any React, Next.js or Vite project.

About the product card

This product card is part of Empire UI — a free, open-source library of 26+ component types rendered across 40 visual styles, from glassmorphism to neo-brutalism. Every block is copy-paste ready in React and Tailwind CSS with no runtime dependencies.

Want it in a different look? Browse all 40 styles or grab the matching glassmorphism components.

Related cards components

Pricing TableProfile CardStats CardTestimonial Card