Komponenten Spalten Spalten-Komponente

Spalten-Komponente

Eine Spaltenkomponente, die im Glassmorphism-Stil, lebendigen Farben und einem einfachen Layout entworfen wurde und für ein Dashboard geeignet ist.

Vorschau

HTML-Code

<div class="flex flex-col md:flex-row md:space-x-4 p-6 bg-gray-900 dark:bg-gray-800 rounded-lg backdrop-blur-lg border border-transparent border-gray-600">
    <div class="flex-1 p-4 bg-white bg-opacity-20 rounded-lg shadow-md dark:bg-gray-700">
        <h2 class="text-xl font-bold text-white mb-2">Column 1</h2>
        <img src="https://picsum.photos/200/100" alt="Image 1" class="w-full rounded-lg mb-2" />
        <p class="text-white">This is a description for the first column. Use this space to display key metrics or important information.</p>
    </div>
    <div class="flex-1 p-4 bg-white bg-opacity-20 rounded-lg shadow-md dark:bg-gray-700">
        <h2 class="text-xl font-bold text-white mb-2">Column 2</h2>
        <img src="https://picsum.photos/200/100" alt="Image 2" class="w-full rounded-lg mb-2" />
        <p class="text-white">This is a description for the second column. Provide insights, visualizations, or controls related to the data here.</p>
    </div>
    <div class="flex-1 p-4 bg-white bg-opacity-20 rounded-lg shadow-md dark:bg-gray-700">
        <h2 class="text-xl font-bold text-white mb-2">Column 3</h2>
        <img src="https://picsum.photos/200/100" alt="Image 3" class="w-full rounded-lg mb-2" />
        <p class="text-white">This is a description for the third column. Summary or additional data visuals can fit nicely in this space.</p>
    </div>
</div>

Verwandte Komponenten

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.

Offen

Spalten Komponente 49

Eine responsive Columns-Komponente mit skeuomorphem Design, das reale Elemente nachahmt, mit Unterstützung für dunkle Themen und mit Tailwind CSS.

Offen

Spalten-Komponente

Eine reaktionsschnelle Spaltenkomponente, die für die Präsentation von Portfolios mit Unterstützung für den Dunkelmodus entwickelt wurde, unter Verwendung eines Graustufen-Farbschemas und Tailwind CSS.

Offen