组件 仪表 板 Dashboards 组件

Dashboards 组件

一个简单且响应迅速的仪表板组件,专为投资组合展示而设计,具有微交互功能,并专注于大地色调。它支持使用 Tailwind CSS 的深色主题。

预览

HTML 代码

<div class="min-h-screen bg-gray-100 dark:bg-gray-800 p-6">
    <h1 class="text-2xl font-semibold text-gray-800 dark:text-gray-200 mb-4">Portfolio Dashboard</h1>
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
        <div class="bg-white dark:bg-gray-850 rounded-lg shadow overflow-hidden transition duration-300 ease-in-out transform hover:scale-105">
            <img class="w-full h-40 object-cover" src="https://picsum.photos/400/250?random=1" alt="Portfolio Item">
            <div class="p-4">
                <h2 class="font-bold text-gray-800 dark:text-gray-200">Project Title 1</h2>
                <p class="text-gray-600 dark:text-gray-400">Short description of the project showcasing key details.</p>
            </div>
        </div>
        <div class="bg-white dark:bg-gray-850 rounded-lg shadow overflow-hidden transition duration-300 ease-in-out transform hover:scale-105">
            <img class="w-full h-40 object-cover" src="https://picsum.photos/400/250?random=2" alt="Portfolio Item">
            <div class="p-4">
                <h2 class="font-bold text-gray-800 dark:text-gray-200">Project Title 2</h2>
                <p class="text-gray-600 dark:text-gray-400">Short description of the project showcasing key details.</p>
            </div>
        </div>
        <div class="bg-white dark:bg-gray-850 rounded-lg shadow overflow-hidden transition duration-300 ease-in-out transform hover:scale-105">
            <img class="w-full h-40 object-cover" src="https://picsum.photos/400/250?random=3" alt="Portfolio Item">
            <div class="p-4">
                <h2 class="font-bold text-gray-800 dark:text-gray-200">Project Title 3</h2>
                <p class="text-gray-600 dark:text-gray-400">Short description of the project showcasing key details.</p>
            </div>
        </div>
    </div>
    <footer class="mt-8 text-center text-gray-600 dark:text-gray-400">
        <p>Created by <a href="#" class="text-gray-800 dark:text-gray-200 hover:underline">Your Name</a></p>
    </footer>
</div>

相关组件

Dashboard_Weather_Climate_Swiss

一个复杂的响应式天气和气候仪表板组件,其灵感来自瑞士/国际排版,使用大地色调并支持深色模式。具有多个数据点,如当前天气、预报、空气质量和气候趋势。

打开

Dashboards 组件

专为商业或公司网站设计的复古风格仪表板组件,将 80 年代/90 年代的美学与现代布局和配色方案相结合。它是响应式的,并支持深色主题,具有交互式元素,例如统计信息、用户配置文件等卡片。

打开

仪表板组件

一个复杂的仪表板组件,专为暗黑模式设计,采用单色配色方案,适用于商业/企业使用。它具有丰富的交互元素,并且是响应式的.

打开