Videoplayer-Komponente

Minimalistische/flache Design-Videoplayer-Komponente für E-Commerce, reaktionsschnell mit Unterstützung für dunkle Themen

Vorschau

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

Skeuomorpher Videoplayer

Skeuomorphe Videoplayer-Komponente mit responsiven Effekten und Unterstützung für dunkle Themen.

Offen

Videoplayer (Videoplayer)

Videoplayer-Komponente mit Mikrointeraktionen, komplementärem Farbschema, moderater Komplexität und responsivem Design mit Unterstützung für dunkles Design für die Portfolio-Verwendung.

Offen

Videoplayer (Englisch)

Videoplayer-Komponente mit Material Design-Stil, responsiven Effekten und Unterstützung für dunkle Designs mit Tailwind CSS.

Offen