E-commerce Neumorphism Component
A responsive E-commerce component designed in Neumorphism style with dark theme support using Tailwind CSS.
HTML Code
<div class="min-h-screen bg-gray-100 dark:bg-gray-900 flex items-center justify-center p-6">
<div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg p-6 w-full max-w-sm">
<img class="rounded-t-lg mb-4" src="https://picsum.photos/400/200" alt="Product Image" />
<h2 class="text-xl font-semibold text-gray-800 dark:text-white">Product Title</h2>
<p class="text-gray-600 dark:text-gray-300 mb-4">Product description goes here. This is a brief overview of the product features and benefits.</p>
<div class="flex items-center justify-between mb-4">
<span class="text-gray-800 dark:text-white font-bold text-lg">
$29.99
</span>
<button class="bg-gray-300 dark:bg-gray-700 text-gray-800 dark:text-white rounded-full py-2 px-4 shadow-md hover:shadow-lg active:shadow-sm transition duration-300">
Add to Cart
</button>
</div>
<div class="flex items-center">
<img class="rounded-full w-10 h-10 mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" />
<span class="text-gray-600 dark:text-gray-300">Seller Name</span>
</div>
</div>
</div>
Related Components
E-commerce Components Component
A responsive E-commerce component designed for dark mode with triadic color scheme, featuring product listings, a shopping cart icon, and user avatar.
E-commerce Component
A responsive E-commerce component styled with Glassmorphism and Pastel colors, suitable for social media interfaces, with dark theme support.
E-commerce Components Component
A brutalist e-commerce component for a blog, featuring a vibrant color scheme and moderate complexity. It includes a responsive design with dark theme support using Tailwind CSS.