Components E-commerce Components Retro E-commerce Product Card

Retro E-commerce Product Card

A Retro/Vintage E-commerce product card with responsive design and dark mode support.

Preview

HTML Code

<div class="max-w-sm rounded overflow-hidden shadow-lg m-4 bg-white dark:bg-gray-800">
  <img class="w-full" src="https://picsum.photos/seed/retro1/400/300" alt="Retro product image">
  <div class="px-6 py-4">
    <div class="font-bold text-xl mb-2 text-gray-900 dark:text-white">Retro Collectible</div>
    <p class="text-gray-700 dark:text-gray-300 text-base">
      A truly unique retro item that brings back memories of a bygone era. Perfect for collectors and enthusiasts.
    </p>
  </div>
  <div class="px-6 pt-4 pb-2">
    <span class="inline-block bg-gray-200 dark:bg-gray-700 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-200 mr-2 mb-2">#retro</span>
    <span class="inline-block bg-gray-200 dark:bg-gray-700 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-200 mr-2 mb-2">#vintage</span>
    <span class="inline-block bg-gray-200 dark:bg-gray-700 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-200 mb-2">#collectible</span>
  </div>
  <div class="px-6 py-4 flex items-center justify-between">
    <span class="font-bold text-xl text-gray-900 dark:text-white">$19.99</span>
    <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded dark:bg-blue-700 dark:hover:bg-blue-600">
      Add to Cart
    </button>
  </div>
</div>

Related Components

E-commerce Neumorphism Component

A responsive E-commerce component designed in Neumorphism style with dark theme support using Tailwind CSS.

Open

Social Media E-commerce Card

E-commerce component with a social media focus, Glassmorphism style, monochromatic color scheme, complex layout, responsive, and dark theme support.

Open

E-commerce Component

A responsive E-commerce component styled with Glassmorphism and Pastel colors, suitable for social media interfaces, with dark theme support.

Open