E-commerce Components Component
E-commerce component for a minimalist business website, with responsive design and dark theme support.
HTML Code
<div class="bg-white dark:bg-gray-900 text-gray-900 dark:text-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-semibold mb-4">Product Title</h2>
<img src="https://picsum.photos/600/400" alt="Product Image" class="w-full h-48 object-cover rounded-lg mb-4">
<p class="text-lg mb-4">$99.99</p>
<button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Add to Cart</button>
</div>
Related Components
E-commerce Dashboard
A dark mode e-commerce dashboard component with a simple layout for data visualization and control panels.
E-commerce Dashboard Component
E-commerce Dashboard Component with Skeuomorphism, Vibrant colors, and Simple layout for Tailwind CSS, with responsive and dark theme support.
E-commerce Retro Component
A complex E-commerce component designed with a retro/vintage style, featuring a triadic color scheme and responsive design, suitable for business/corporate websites with dark mode support.