Videoplayer-Komponente
Minimalistische/flache Design-Videoplayer-Komponente für E-Commerce, reaktionsschnell mit Unterstützung für dunkle Themen
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>
Verwandte Komponenten
Skeuomorphic_Farm_Video_Player
Eine skeuomorphe Videoplayer-Komponente, die für Landwirtschafts- und Landwirtschaftswebsites entwickelt wurde, mit Schwarzweiß mit heller Akzentfarbe, responsivem Layout und Unterstützung des Dunkelmodus.
Videoplayer-Komponente
Ein Videoplayer im Glassmorphism-Stil mit durchscheinenden Elementen aus Milchglas, pastellfarbenem Farbschema und einer komplexen Benutzeroberfläche, die für Geschäfts-/Unternehmenswebsites geeignet ist. Es unterstützt responsives Design und ein dunkles Theme mit Tailwind CSS ohne JavaScript.
Videoplayer-Komponente
Eine komplexe, reaktionsschnelle Videoplayer-Komponente für den E-Commerce mit triadischen Farben und einem auf Mikrointeraktion ausgerichteten Design. Enthält Wiedergabesteuerung, Lautstärke, Fortschrittsbalken, Vollbild, Einstellungen und ein Produkt-Overlay mit vollständiger Unterstützung des Dunkelmodus.