Components Video Player Video Player Component

Video Player Component

A Brutalism style video player component with high contrast and unusual layout, featuring responsive design and dark theme support using Tailwind CSS.

Preview

HTML Code

<div class="flex flex-col items-center justify-center bg-gray-100 dark:bg-gray-900 p-4 rounded-lg">
    <div class="relative w-full max-w-2xl rounded-lg overflow-hidden shadow-lg">
        <video class="w-full h-auto" controls>
            <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
            Your browser does not support the video tag.
        </video>
        <div class="absolute inset-0 bg-black opacity-50"></div>
    </div>
    <div class="mt-4 text-center text-lg font-bold text-gray-800 dark:text-white">Bold Video Title</div>
    <div class="mt-2 text-center text-gray-600 dark:text-gray-300">An engaging video description goes here.</div>
    <div class="mt-4 flex items-center justify-center space-x-4">
        <img src="https://picsum.photos/50/50" alt="User Avatar" class="rounded-full border-2 border-gray-800 dark:border-white">
        <p class="text-sm font-semibold text-gray-800 dark:text-white">User Name</p>
    </div>
    <div class="mt-4 flex justify-between w-full max-w-md">
        <button class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Like</button>
        <button class="bg-red-600 hover:bg-red-700 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Dislike</button>
    </div>
</div>

Related Components

Video Player Component

A responsive video player component designed for a blog or content consumption with microinteractions and a pastel color scheme. It includes play/pause functionality and a volume control. The design also includes dark mode support.

Open

Video Player Component

Minimalist/Flat Design Video Player Component for E-commerce, responsive with dark theme support

Open

Minimalist Video Player

Video Player Component coded in HTML with Tailwind CSS. It has a minimalist design using a grayscale color scheme, intended for dashboard use. It is a complex component with multiple interactive elements and is fully responsive with dark mode support.

Open