Components Video Player Video Player Component

Video Player Component

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

Preview

HTML Code

<div class="max-w-sm mx-auto bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden">
  <div class="relative">
    <video controls class="w-full">
      <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
      Your browser does not support the video tag.
    </video>
  </div>
  <div class="p-4">
    <h3 class="text-lg font-semibold text-gray-800 dark:text-white">Product Title</h3>
    <p class="text-gray-600 dark:text-gray-300 text-sm mt-1">Brief product description goes here.</p>
    <div class="flex justify-between items-center mt-4">
      <span class="text-lg font-bold text-gray-900 dark:text-white">$99.99</span>
      <button class="px-3 py-1 bg-blue-500 text-white text-xs font-bold uppercase rounded dark:bg-blue-700">Add to Cart</button>
    </div>
  </div>
</div>

Related Components

Video Player Component

A responsive video player component styled with Tailwind CSS focused on microinteractions and dark theme support.

Open

Video Player Component

A responsive video player component designed in a brutalism style with dark theme support. It features high contrast and a bold layout, utilizing Tailwind CSS for styling and includes placeholder images and avatars.

Open

Video Player Component

A responsive video player component designed for dark mode with an analogous color scheme for content consumption.

Open