Components Data Visualization Components Data Visualization Components

Data Visualization Components

A retro/vintage styled data visualization component with dark theme support and responsive effects using Tailwind CSS.

Preview

HTML Code

<div class="bg-gray-200 dark:bg-gray-800 p-6 rounded-lg shadow-lg">
    <h2 class="text-2xl font-bold text-gray-800 dark:text-gray-200 mb-4">Data Visualization</h2>
    <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
        <div class="bg-white dark:bg-gray-700 rounded-lg p-4 shadow">
            <img src="https://picsum.photos/400/200?random=1" alt="Data Chart 1" class="rounded-lg mb-2"> 
            <h3 class="text-xl font-semibold text-gray-700 dark:text-gray-300">Chart Title 1</h3>
            <p class="text-gray-600 dark:text-gray-400">Description of chart 1 showing insightful data.</p>
        </div>
        <div class="bg-white dark:bg-gray-700 rounded-lg p-4 shadow">
            <img src="https://picsum.photos/400/200?random=2" alt="Data Chart 2" class="rounded-lg mb-2">
            <h3 class="text-xl font-semibold text-gray-700 dark:text-gray-300">Chart Title 2</h3>
            <p class="text-gray-600 dark:text-gray-400">Description of chart 2 providing valuable insights.</p>
        </div>
    </div>

    <div class="bg-white dark:bg-gray-700 rounded-lg p-4 shadow mt-6">
        <h3 class="text-xl font-semibold text-gray-700 dark:text-gray-300">User Profiles</h3>
        <div class="flex mt-4">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar 1" class="w-16 h-16 rounded-full mr-4">
            <div>
                <p class="text-gray-700 dark:text-gray-300 font-bold">John Doe</p>
                <p class="text-gray-600 dark:text-gray-400">Data Scientist</p>
            </div>
        </div>
        <div class="flex mt-4">
            <img src="https://randomuser.me/api/portraits/women/1.jpg" alt="Avatar 2" class="w-16 h-16 rounded-full mr-4">
            <div>
                <p class="text-gray-700 dark:text-gray-300 font-bold">Jane Smith</p>
                <p class="text-gray-600 dark:text-gray-400">Data Analyst</p>
            </div>
        </div>
    </div>
</div>

Related Components

CRM_Data_Visualization_Component

A complex, responsive CRM data visualization component with a watercolor/artistic style, monochromatic color scheme, and dark mode support. Designed for business tools.

Open

Data Visualization Components Component

A simple, clean, code-inspired data visualization component for documentation/wiki sites, featuring monospace fonts, terminal aesthetics, and sepia/brown color tones, with full responsiveness and dark mode support.

Open

Data Visualization Components Component

A simple dark mode data visualization component for social media with an analogous color scheme.

Open