组件 列组件

列组件

列组件采用 Glassmorphism 风格、鲜艳的色彩和简单的布局设计,适用于仪表板。

预览

HTML 代码

<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>

相关组件

Playful_Documentation_Columns_Component

一个俏皮而多彩的文档/wiki 列组件,具有日落/暖色调、圆润元素和深色模式支持。专为跨所有设备的响应能力而设计。

打开

Luxury_Dating_Columns_Component

一个简单、优雅的三列布局组件,适用于约会/社交平台,具有黑色、白色和强调色调色板的奢华美感、完全响应能力和深色模式支持。

打开

列组件

Dashboard 的列组件,具有互补色的 3D 设计。它包括三个具有简单布局的响应式列,支持深色模式,并使用 Tailwind CSS 进行样式设置。不包含 JavaScript。

打开