コンポーネント インフォグラフィック インフォグラフィックコンポーネント

インフォグラフィックコンポーネント

クリーンなスペースと最小限の要素、レスポンシブデザインとダークテーマのサポートを特徴とするミニマリストのインフォグラフィックコンポーネント。

プレビュー

HTMLコード

<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md">
    <h2 class="text-2xl font-bold mb-4 text-gray-800 dark:text-white">Infographics Title</h2>
    <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-6">
        <div class="flex flex-col items-center justify-center border p-4 rounded-lg transition ease-in-out duration-300 hover:shadow-lg">
            <img src="https://picsum.photos/200" alt="Infographic Image" class="w-full h-32 object-cover rounded-md mb-2">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Statistic 1</h3>
            <p class="text-gray-600 dark:text-gray-400">Description for statistic 1</p>
        </div>
        <div class="flex flex-col items-center justify-center border p-4 rounded-lg transition ease-in-out duration-300 hover:shadow-lg">
            <img src="https://picsum.photos/200" alt="Infographic Image" class="w-full h-32 object-cover rounded-md mb-2">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Statistic 2</h3>
            <p class="text-gray-600 dark:text-gray-400">Description for statistic 2</p>
        </div>
        <div class="flex flex-col items-center justify-center border p-4 rounded-lg transition ease-in-out duration-300 hover:shadow-lg">
            <img src="https://picsum.photos/200" alt="Infographic Image" class="w-full h-32 object-cover rounded-md mb-2">
            <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Statistic 3</h3>
            <p class="text-gray-600 dark:text-gray-400">Description for statistic 3</p>
        </div>
    </div>
    <div class="mt-6 border-t pt-4">
        <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Additional Insights</h3>
        <div class="flex items-center mt-2">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
            <p class="text-gray-600 dark:text-gray-400">This is an additional insight provided by User</p>
        </div>
    </div>
</div>

関連コンポーネント

インフォグラフィックコンポーネント

ビジネスWebサイト用の複雑でレスポンシブなインフォグラフィックコンポーネントで、SkeuomorphismスタイルとTailwind CSSを使用した鮮やかな配色で設計されています。ダークモードのサポートとインタラクティブな要素が含まれています。

開ける

インフォグラフィックコンポーネント - ゲームレガシー統計

ゲームWebサイト向けのシンプルでレスポンシブなインフォグラフィックコンポーネントで、豪華/プレミアム、レトロ/ヴィンテージの美学を備えたプレーヤー統計を備えています。ダークモードをサポートします。

開ける

3D_Grayscale_Infographics_Component

レスポンシブで3Dにインスパイアされたグレースケールのインフォグラフィックコンポーネントで、ブログ/コンテンツ消費用で、奥行きとエンゲージメントが特徴です。ダークモードのサポートが含まれています。

開ける