Video Player Component
A neomorphic video player component designed for portfolio showcasing, featuring a dark theme and responsive design using Tailwind CSS.
HTML Code
<div class="flex flex-col items-center justify-center p-6 bg-gray-200 dark:bg-gray-900 rounded-lg shadow-lg">
<div class="bg-gray-300 dark:bg-gray-800 w-full md:w-3/4 rounded-xl overflow-hidden shadow-inner">
<video controls class="w-full h-auto">
<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="mt-4 text-center">
<h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Showcase Title</h2>
<p class="text-gray-600 dark:text-gray-400">A short description of the video content goes here. Highlight your work effectively.</p>
</div>
<div class="flex items-center mt-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full border-2 border-gray-300 dark:border-gray-700 shadow-inner">
<div class="ml-3">
<span class="text-gray-800 dark:text-gray-200 font-semibold">User Name</span>
</div>
</div>
</div>
Related Components
Video Player Component
A Glassmorphism-styled video player with frosted glass-like translucent elements, pastel color scheme, and a complex interface suitable for business/corporate websites. It supports responsive design and a dark theme using Tailwind CSS, with no JavaScript.
Real Estate Video Player Component
A complex, responsive video player component for real estate platforms, featuring a Material Design aesthetic with a forest/green color palette. Includes video control, property details, and a playlist, with full dark mode support.
Video Player Component
A simple video player component designed with a 3D style and pastel color scheme, suitable for dashboards.