组件 信息图表 信息图表组件

信息图表组件

一个简单的信息图组件,采用新拟态风格和柔和的色彩方案设计。它在视觉上吸引人的布局中显示了个人资料卡和基本统计数据,适合商业或企业网站。

预览

HTML 代码

<div class="bg-gray-100 dark:bg-gray-800 p-6 rounded-lg shadow-md flex flex-col items-center">
    <div class="bg-white dark:bg-gray-700 p-4 rounded-full shadow-lg mb-4">
        <img src="https://picsum.photos/80/80" alt="Infographic Image" class="rounded-full">
    </div>
    <h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200">John Doe</h2>
    <p class="text-gray-600 dark:text-gray-400">CEO, Company XYZ</p>
    <div class="mt-4 flex justify-between w-full">
        <div class="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg text-center">
            <h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Projects</h3>
            <p class="text-2xl font-bold text-gray-800 dark:text-gray-200">120</p>
        </div>
        <div class="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg text-center">
            <h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Clients</h3>
            <p class="text-2xl font-bold text-gray-800 dark:text-gray-200">80</p>
        </div>
    </div>
    <div class="mt-4 bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg w-full text-center">
        <h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Satisfaction Rate</h3>
        <p class="text-2xl font-bold text-gray-800 dark:text-gray-200">95%</p>
    </div>
</div>

相关组件

信息图表组件

用于政府/公共服务的中等复杂度信息图组件,具有甜美的糖果颜色和微妙的微交互设计。

打开

复古信息图

一个简单的、响应式的复古信息图组件,适用于支持深色模式的作品集。使用互补色方案和最少的元素。

打开

信息图表组件

一个简单、响应式的信息图表组件,适用于加密货币/区块链应用程序,具有深色模式 UI 和森林/绿色调色板。显示关键指标,如总事务数、每日交易量和活跃用户数。

打开