Components Media Embed Media Embed Component

Media Embed Component

A Neumorphism styled media embed component suitable for blog and content consumption, featuring a triadic color scheme. Responsive design with dark mode support.

Preview

HTML Code

<div class="flex items-center justify-center p-6 bg-gray-200 dark:bg-gray-800 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300 ease-in-out">
    <div class="flex flex-col bg-white dark:bg-gray-900 rounded-lg p-4 shadow-lg">
        <img src="https://picsum.photos/400/200" alt="Media Image" class="rounded-md mb-4">
        <h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200 mb-2">Media Title</h2>
        <p class="text-gray-600 dark:text-gray-400 mb-4">This is a brief description of the media content to provide context to the readers.</p>
        <div class="flex items-center">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
            <span class="text-gray-700 dark:text-gray-300">Author Name</span>
        </div>
    </div>
</div>

Related Components

Media Embed Component

Responsive Media Embed Component with Glassmorphism style, Analogous color scheme, and Dark Mode support for content consumption.

Open

Retro Media Embed Component

Retro/Vintage Media Embed Component for Business/Corporate websites with Triadic color scheme and responsive dark theme support.

Open

Media Embed Component

Glassmorphism Media Embed Component with Earth Tones for Business/Corporate websites. Simple layout, responsive, and dark theme support.

Open