Components Community Forum Community Forum Component

Community Forum Component

A minimalist community forum component for e-commerce, featuring a clean design, triadic color scheme, and dark mode support.

Preview

HTML Code

<div class="max-w-5xl mx-auto p-6 bg-white dark:bg-gray-800 rounded-lg shadow-lg">
    <!-- Forum Header -->
    <h2 class="text-2xl font-semibold text-gray-800 dark:text-white mb-4">Community Forum</h2>
    <p class="text-gray-600 dark:text-gray-300 mb-6">Join the conversation about your favorite products!</p>

    <!-- Post List -->
    <div class="space-y-4">
        <div class="flex items-start bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-sm">
            <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-4">
            <div>
                <h3 class="text-lg font-semibold text-gray-800 dark:text-white">John Doe</h3>
                <p class="text-gray-600 dark:text-gray-300">What is the best camera for beginners?</p>
                <div class="text-sm text-gray-500 dark:text-gray-400">12 Replies | 2 Days Ago</div>
            </div>
        </div>

        <div class="flex items-start bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-sm">
            <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-4">
            <div>
                <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Jane Smith</h3>
                <p class="text-gray-600 dark:text-gray-300">Can anyone recommend a good laptop?</p>
                <div class="text-sm text-gray-500 dark:text-gray-400">8 Replies | 3 Days Ago</div>
            </div>
        </div>

        <div class="flex items-start bg-gray-100 dark:bg-gray-700 p-4 rounded-lg shadow-sm">
            <img src="https://randomuser.me/api/portraits/men/50.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-4">
            <div>
                <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Michael Johnson</h3>
                <p class="text-gray-600 dark:text-gray-300">Best headphones under $100?</p>
                <div class="text-sm text-gray-500 dark:text-gray-400">5 Replies | 1 Week Ago</div>
            </div>
        </div>
    </div>

    <!-- Post Input -->
    <div class="mt-6">
        <h4 class="text-lg font-semibold text-gray-800 dark:text-white mb-2">Start a New Discussion</h4>
        <textarea class="w-full p-3 border border-gray-300 dark:border-gray-600 bg-white dark:bg-gray-700 rounded-lg focus:outline-none focus:ring focus:ring-blue-400 dark:focus:ring-blue-500" rows="4" placeholder="Write your message..."></textarea>
        <button class="mt-2 px-6 py-2 bg-blue-500 text-white rounded-lg shadow hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-600">Post</button>
    </div>
</div>

Related Components

Community Forum Component

A Community Forum Component designed in Brutalism style with a vibrant color scheme, suitable for e-commerce experiences. It includes a variety of interactive elements like posts, comments, and user profiles, all styled with Tailwind CSS for a responsive design with dark theme support.

Open

Community Forum Component (E-commerce Bauhaus)

A simple, responsive community forum component designed for e-commerce, featuring Bauhaus-inspired geometric forms and a muted color palette. Includes dark mode support.

Open

Community Forum Component

Community Forum Component with Glassmorphism design, Vibrant color scheme, Complex complexity level, for Blog/Content purpose, responsive design with dark theme support, using Tailwind CSS.

Open