Componente di neumorfismo per l'e-commerce
Un componente di e-commerce reattivo progettato in stile Neumorfismo con supporto per temi scuri utilizzando Tailwind CSS.
Codice HTML
<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>
Componenti correlati
Componente Dashboard E-commerce
Componente Dashboard per l'e-commerce con scheumorfismo, colori vivaci e layout semplice per Tailwind CSS, con supporto per temi reattivi e scuri.
E-commerce Dashboard
Un componente della dashboard per l'e-commerce in modalità oscura con un layout semplice per la visualizzazione dei dati e i pannelli di controllo.
Componente retrò per l'e-commerce
Un complesso componente di e-commerce progettato con uno stile retrò/vintage, caratterizzato da una combinazione di colori triadica e un design reattivo, adatto per siti Web aziendali/aziendali con supporto per la modalità scura.