Komponenten Wunschzettel Wunschlisten-Komponente

Wunschlisten-Komponente

Eine responsive Wunschlisten-Komponente, die mit skeuomorphen Elementen und Komplementärfarben für ein dunkles Themen-Dashboard gestaltet wurde.

Vorschau

HTML-Code

<div class="max-w-xs mx-auto bg-gray-800 rounded-lg shadow-lg overflow-hidden dark:bg-gray-900">
    <div class="p-4">
        <h2 class="text-2xl font-bold text-white mb-2">Wishlist</h2>
        <ul class="space-y-4">
            <li class="bg-gray-700 dark:bg-gray-800 p-3 rounded-md flex items-center justify-between">
                <div class="flex items-center space-x-3">
                    <img src="https://picsum.photos/50/50" alt="Product Image" class="w-12 h-12 rounded-md shadow-md" />
                    <div>
                        <h3 class="text-lg text-white">Product Name 1</h3>
                        <p class="text-sm text-gray-400">$20.00</p>
                    </div>
                </div>
                <button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-1 px-3 rounded-md">Add to Cart</button>
            </li>
            <li class="bg-gray-700 dark:bg-gray-800 p-3 rounded-md flex items-center justify-between">
                <div class="flex items-center space-x-3">
                    <img src="https://picsum.photos/50/51" alt="Product Image" class="w-12 h-12 rounded-md shadow-md" />
                    <div>
                        <h3 class="text-lg text-white">Product Name 2</h3>
                        <p class="text-sm text-gray-400">$30.00</p>
                    </div>
                </div>
                <button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-1 px-3 rounded-md">Add to Cart</button>
            </li>
            <li class="bg-gray-700 dark:bg-gray-800 p-3 rounded-md flex items-center justify-between">
                <div class="flex items-center space-x-3">
                    <img src="https://picsum.photos/50/52" alt="Product Image" class="w-12 h-12 rounded-md shadow-md" />
                    <div>
                        <h3 class="text-lg text-white">Product Name 3</h3>
                        <p class="text-sm text-gray-400">$40.00</p>
                    </div>
                </div>
                <button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-1 px-3 rounded-md">Add to Cart</button>
            </li>
        </ul>
    </div>
</div>

Verwandte Komponenten

Glassmorphism Wishlist-Komponente

Eine einfache, reaktionsschnelle Wunschlistenkomponente im Glassmorphism-Stil für Musik-/Audioplattformen mit mattglasähnlichen, durchscheinenden Elementen mit Unschärfeeffekten und einem blauen Farbschema für das Unternehmen mit Unterstützung des Dunkelmodus.

Offen

Wunschzettel Komponente - Material Design

Eine vom Material Design inspirierte Wishlist-Komponente mit responsivem Design und Unterstützung für dunkle Themen.

Offen

Wunschlisten-Komponente

Eine saubere, vertrauenswürdige Wunschlistenkomponente, die für gemeinnützige Organisationen entwickelt wurde, mit einem triadischen Farbschema und voller Reaktionsfähigkeit mit Unterstützung des Dunkelmodus.

Offen