VideoPlayer
Video Player Component with Material Design style, responsive effects, and dark theme support using Tailwind CSS.
HTML Code
<div class="max-w-sm mx-auto rounded-md overflow-hidden shadow-lg bg-white dark:bg-gray-800">
<div class="relative">
<img class="w-full" src="https://picsum.photos/600/400" alt="Video thumbnail">
<div class="absolute inset-0 flex items-center justify-center">
<button class="text-white text-6xl">
▶
</button>
</div>
</div>
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2 text-gray-800 dark:text-white">Video Title</div>
<p class="text-gray-700 dark:text-gray-300 text-base">
Video description goes here.
</p>
</div>
<div class="px-6 pt-4 pb-2">
<span class="inline-block bg-gray-200 dark:bg-gray-700 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-300 mr-2 mb-2">#tag1</span>
<span class="inline-block bg-gray-200 dark:bg-gray-700 rounded-full px-3 py-1 text-sm font-semibold text-gray-700 dark:text-gray-300 mr-2 mb-2">#tag2</span>
</div>
</div>
Related Components
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.
3D Monochromatic Video Player
A responsive video player component with 3D design elements and monochromatic color scheme, suitable for a dashboard.
Video Player Component
Video Player Component with Glassmorphism style, Analogous color scheme, and Moderate complexity for Blog/Content purpose, with responsive design and dark theme support using Tailwind CSS. No Javascript.