E-Commerce-Komponenten
Eine E-Commerce-Komponente mittlerer Komplexität mit einem Dark-Mode-Design unter Verwendung von Erdtönen für ein Portfolio-Showcase.
HTML-Code
<div class="bg-gray-800 text-white p-6 rounded-lg shadow-lg">
<h2 class="text-2xl font-semibold mb-4">Featured Products</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=1" alt="Product 1" />
<div class="p-4">
<h3 class="text-xl font-medium mb-2">Product Title 1</h3>
<p class="text-gray-300 mb-4">Brief description of the product.</p>
<span class="text-yellow-500 font-bold">$29.99</span>
<button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
</div>
</div>
<div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=2" alt="Product 2" />
<div class="p-4">
<h3 class="text-xl font-medium mb-2">Product Title 2</h3>
<p class="text-gray-300 mb-4">Brief description of the product.</p>
<span class="text-yellow-500 font-bold">$49.99</span>
<button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
</div>
</div>
<div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=3" alt="Product 3" />
<div class="p-4">
<h3 class="text-xl font-medium mb-2">Product Title 3</h3>
<p class="text-gray-300 mb-4">Brief description of the product.</p>
<span class="text-yellow-500 font-bold">$19.99</span>
<button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
</div>
</div>
</div>
</div>
Verwandte Komponenten
Komponente "E-Commerce-Komponenten"
Eine reaktionsschnelle E-Commerce-Komponente mit Mikrointeraktionen, erdfarbenem Farbschema, moderater Komplexität und Unterstützung für den Dunkelmodus.
E-Commerce-Komponenten
Eine E-Commerce-Komponente im brutalistischen Stil mit kühnem Design, hohem Kontrast und einem reaktionsschnellen Layout mit Unterstützung des Dunkelmodus.
Komponente "E-Commerce-Komponenten" - Dokumentation/Wiki-Stil
Eine komplexe, reaktionsschnelle E-Commerce-Komponente "Dokumentation/Wiki" mit weichen, gemalten Texturen und künstlerischen Elementen in einem bonbonfarbenen/süßen Farbschema (Kaugummirosa, Mintgrün). Enthält Unterstützung für den Dunkelmodus und interaktive Elemente für eine Dokumentations- oder Wissensdatenbank-Website.