Components Media Components Media Components Component

Media Components Component

A responsive media component inspired by retro/vintage design styles, featuring nostalgic aesthetics from the 80s/90s. It supports dark theme with Tailwind CSS and includes placeholder images and avatars.

Preview

HTML Code

<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg p-6 max-w-sm mx-auto">
    <img class="rounded-lg w-full h-48 object-cover mb-4" src="https://picsum.photos/seed/media/400/200" alt="Media Thumbnail">
    <h2 class="text-2xl font-bold mb-2 text-gray-800 dark:text-gray-200">Retro Media Title</h2>
    <p class="text-gray-600 dark:text-gray-400 mb-4">This is a brief description of the media component, capturing the essence of the nostalgia from the 80s and 90s.</p>
    <div class="flex items-center">
        <img class="w-10 h-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
        <div>
            <p class="text-gray-800 dark:text-gray-200 font-semibold">User Name</p>
            <p class="text-gray-500 dark:text-gray-400 text-sm">Posted on March 1, 2023</p>
        </div>
    </div>
</div>

Related Components

Skeuomorphic_Grayscale_Media_Component

A complex, responsive media component designed in a skeuomorphic grayscale style for business/corporate websites, featuring multiple interactive elements and dark mode support.

Open

Artistic Photography Media Component

A complex, responsive media component for photography portfolios, featuring a watercolor/artistic design style and a retro/vintage color palette. Includes multiple interactive elements and full dark mode support.

Open

Media Components Component with Glassmorphism

Component with Glassmorphism design, responsive and dark mode support

Open