ビデオプレーヤーコンポーネント
Eコマース用のミニマリスト/フラットデザインビデオプレーヤーコンポーネント、ダークテーマのサポートでレスポンシブ
HTMLコード
<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>
関連コンポーネント
ビデオプレーヤーコンポーネント
ダークテーマをサポートするブルータリズムスタイルで設計されたレスポンシブビデオプレーヤーコンポーネント。ハイコントラストと大胆なレイアウトが特徴で、スタイリングにTailwind CSSを利用し、プレースホルダー画像とアバターが含まれています。
ビデオプレーヤーコンポーネント
Glassmorphismデザイン、アースカラーの配色、およびダークモードのサポートを備えたレスポンシブビデオプレーヤーコンポーネント。シンプルなHTMLとTailwind CSSを使用します。