Spalten-Komponente
Eine einfache, reaktionsschnelle Spaltenkomponente für den E-Commerce mit Material Design-Einflüssen, Graustufenfarben und Unterstützung für den Dunkelmodus.
HTML-Code
কাপড়<div class="container mx-auto p-4 bg-white dark:bg-gray-800 text-gray-900 dark:text-white shadow-md rounded-lg"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4"> <div class="p-4 bg-gray-100 dark:bg-gray-700 rounded-lg shadow-sm"> <img class="w-full h-48 object-cover mb-4 rounded-md" src="https://picsum.photos/seed/picsum1/400/300" alt="Product Image 1"> <h3 class="text-lg font-semibold mb-2">Product Title 1</h3> <p class="text-gray-600 dark:text-gray-300 mb-4">Short description of product 1. This is a very appealing product.</p> <span class="block text-xl font-bold text-gray-800 dark:text-gray-100 mb-4">$19.99</span> <button class="w-full bg-gray-800 dark:bg-gray-500 text-white py-2 px-4 rounded-md hover:bg-gray-900 dark:hover:bg-gray-600 transition duration-300">Add to Cart</button> </div> <div class="p-4 bg-gray-100 dark:bg-gray-700 rounded-lg shadow-sm"> <img class="w-full h-48 object-cover mb-4 rounded-md" src="https://picsum.photos/seed/picsum2/400/300" alt="Product Image 2"> <h3 class="text-lg font-semibold mb-2">Product Title 2</h3> <p class="text-gray-600 dark:text-gray-300 mb-4">Short description of product 2. Another great item for your needs.</p> <span class="block text-xl font-bold text-gray-800 dark:text-gray-100 mb-4">$29.99</span> <button class="w-full bg-gray-800 dark:bg-gray-500 text-white py-2 px-4 rounded-md hover:bg-gray-900 dark:hover:bg-gray-600 transition duration-300">Add to Cart</button> </div> <div class="p-4 bg-gray-100 dark:bg-gray-700 rounded-lg shadow-sm"> <img class="w-full h-48 object-cover mb-4 rounded-md" src="https://picsum.photos/seed/picsum3/400/300" alt="Product Image 3"> <h3 class="text-lg font-semibold mb-2">Product Title 3</h3> <p class="text-gray-600 dark:text-gray-300 mb-4">Short description of product 3. You definitely want this one!</p> <span class="block text-xl font-bold text-gray-800 dark:text-gray-100 mb-4">$39.99</span> <button class="w-full bg-gray-800 dark:bg-gray-500 text-white py-2 px-4 rounded-md hover:bg-gray-900 dark:hover:bg-gray-600 transition duration-300">Add to Cart</button> </div> </div></div>
Verwandte Komponenten
Corporate/Professional Fertigungskolonnenkomponente
Eine komplexe, reaktionsschnelle Säulenkomponente, die für Fertigungs-/Industrieunternehmen mit einer Unternehmens-/Berufsästhetik und einem herbstlichen Farbschema entwickelt wurde. Enthält Unterstützung für den Dunkelmodus und semantisches HTML.
Spalten-Komponente
Eine responsive Columns-Komponente, die im brutalistischen Stil mit Erdtönen gestaltet ist, auf den E-Commerce zugeschnitten ist und sich durch mittlere Komplexität und Unterstützung für dunkle Themen auszeichnet.
Spalten-Komponente
Eine reaktionsschnelle Spaltenkomponente mit Retro-/Vintage-Ästhetik, die sowohl helle als auch dunkle Themen unterstützt. Enthält Platzhalterbilder und Avatare von picsum.photos bzw. randomuser.me.