Komponente "Produktgalerie"
Eine Produktgaleriekomponente mit brutalistischem Design, Graustufen-Farbschema und mäßiger Komplexität. Es wurde für einen Dashboard-Zweck entwickelt und ist reaktionsschnell mit Unterstützung für dunkle Themen.
HTML-Code
<div class="bg-white dark:bg-gray-900 text-gray-900 dark:text-white p-6">
<div class="container mx-auto">
<h2 class="text-3xl font-bold mb-6 border-b-4 border-gray-900 dark:border-white pb-2">Product Gallery</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="border-4 border-gray-900 dark:border-white p-4 relative">
<img src="https://picsum.photos/seed/product1/400/300" alt="Product Image" class="mb-4 border-4 border-gray-900 dark:border-white">
<h3 class="text-xl font-bold mb-2">Product Name 1</h3>
<p class="text-gray-700 dark:text-gray-300 mb-4">A brief description of the product goes here. It's a fantastic product that will change your life.</p>
<span class="text-2xl font-bold absolute top-4 right-4">$199.99</span>
<button class="mt-4 px-4 py-2 bg-gray-900 dark:bg-white text-white dark:text-gray-900 font-bold border-2 border-gray-900 dark:border-white hover:bg-gray-700 dark:hover:bg-gray-300 transition duration-300">Add to Cart</button>
</div>
<div class="border-4 border-gray-900 dark:border-white p-4 relative">
<img src="https://picsum.photos/seed/product2/400/300" alt="Product Image" class="mb-4 border-4 border-gray-900 dark:border-white">
<h3 class="text-xl font-bold mb-2">Product Name 2</h3>
<p class="text-gray-700 dark:text-gray-300 mb-4">Another amazing product with features you won't believe. Get yours today!</p>
<span class="text-2xl font-bold absolute top-4 right-4">$249.00</span>
<button class="mt-4 px-4 py-2 bg-gray-900 dark:bg-white text-white dark:text-gray-900 font-bold border-2 border-gray-900 dark:border-white hover:bg-gray-700 dark:hover:bg-gray-300 transition duration-300">Add to Cart</button>
</div>
<div class="border-4 border-gray-900 dark:border-white p-4 relative">
<img src="https://picsum.photos/seed/product3/400/300" alt="Product Image" class="mb-4 border-4 border-gray-900 dark:border-white">
<h3 class="text-xl font-bold mb-2">Product Name 3</h3>
<p class="text-gray-700 dark:text-gray-300 mb-4">You won't want to miss out on this one. Limited stock available!</p>
<span class="text-2xl font-bold absolute top-4 right-4">$99.50</span>
<button class="mt-4 px-4 py-2 bg-gray-900 dark:bg-white text-white dark:text-gray-900 font-bold border-2 border-gray-900 dark:border-white hover:bg-gray-700 dark:hover:bg-gray-300 transition duration-300">Add to Cart</button>
</div>
</div>
</div>
</div>
Verwandte Komponenten
Komponente "Produktgalerie"
Produktgalerie-Komponente, die auf Material Design-Prinzipien basiert, mit responsivem Design und Unterstützung für dunkle Themen. Enthält Platzhalterbilder.
Komponente "Produktgalerie"
Eine reaktionsschnelle Produktgalerie-Komponente, die mit Glassmorphism entwickelt wurde und mattglasähnliche durchscheinende Elemente mit Unschärfeeffekten und einem komplementären Farbschema enthält. Es enthält mehrere interaktive Elemente, die für den E-Commerce geeignet sind, mit Unterstützung für den Dunkelmodus.
Komponente "Produktgalerie"
Eine reaktionsschnelle Produktgalerie im Retro-/Vintage-Stil mit einem komplementären Farbschema und für Geschäfts-/Unternehmenswebsites mit Unterstützung des Dunkelmodus.