ビデオプレーヤーコンポーネント
Tailwind CSS を使用して、Neumorphism スタイルで設計されたレスポンシブ ビデオ プレーヤー コンポーネント。微妙な影のあるダークモードをサポートしており、ソフトなUIの外観を提供します。
HTMLコード
<div class="flex items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900 p-4">
<div class="bg-white dark:bg-gray-800 rounded-xl shadow-md p-6 max-w-lg w-full">
<div class="flex justify-center mb-4">
<video class="rounded-lg shadow-lg" controls>
<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="flex items-center">
<img class="w-10 h-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/10.jpg" alt="Avatar">
<div class="text-sm">
<p class="text-gray-900 dark:text-white font-medium">John Doe</p>
<p class="text-gray-500 dark:text-gray-300">Uploaded 2 days ago</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-800 dark:text-gray-300">A brief description of the video content goes here. It can detail key points or the overall theme of the video.</p>
</div>
</div>
</div>
関連コンポーネント
Neon_Glow_Video_Player
ビジネス/企業のWebサイト向けのシンプルでレスポンシブなビデオプレーヤーコンポーネントで、ネオン/グロー効果と温かみのある夕焼けの配色が特徴です。ダークモードのサポートが含まれています。
ビデオプレーヤーコンポーネント
マテリアルデザインの美学を備えた複雑でコントラストの高いビデオプレーヤーコンポーネントで、旅行/観光Webサイトに適しています。レスポンシブデザイン、ダークモードのサポート、インタラクティブ要素を備えています。
ビデオプレーヤーコンポーネント - 水彩/芸術、オーシャン/ブルー、ヘルスケア
水彩画/芸術的なデザインスタイルとオーシャン/ブルーの配色を備えたシンプルでレスポンシブなビデオプレーヤーコンポーネントで、ヘルスケアおよび医療アプリケーションに適しています。ダークモードのサポートが含まれています。