コンテンツ表示コンポーネント
ダークテーマの E コマース用にスキューモーフィックなスタイルでデザインされたコンテンツ表示コンポーネント。最小限の要素で製品を展示し、類似の配色を使用して心地よい美学を実現しています。
HTMLコード
<div class="bg-gray-100 dark:bg-gray-900 p-6 rounded-lg shadow-lg">
<div class="flex flex-col justify-center items-center">
<img class="w-full h-48 object-cover rounded-t-lg" src="https://picsum.photos/500/300" alt="Product Image">
<div class="bg-white dark:bg-gray-800 p-4 rounded-b-lg w-full">
<h2 class="text-lg font-semibold text-gray-800 dark:text-gray-100">Product Name</h2>
<p class="text-gray-600 dark:text-gray-300">$29.99</p>
<p class="text-gray-700 dark:text-gray-300">A short description of the product goes here, detailing its features and benefits.</p>
<div class="flex items-center mt-4">
<img class="w-10 h-10 rounded-full border-2 border-gray-200 dark:border-gray-600" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
<span class="text-gray-800 dark:text-gray-200 ml-2">Seller Name</span>
</div>
<button class="mt-4 bg-blue-500 dark:bg-blue-700 text-white font-bold py-2 px-4 rounded hover:bg-blue-800 dark:hover:bg-blue-600">Add to Cart</button>
</div>
</div>
</div>
関連コンポーネント
コンテンツ表示コンポーネント
マイクロインタラクション、レスポンシブデザイン、ダークテーマのサポートを備えたシンプルで鮮やかなコンテンツ表示コンポーネントで、ブログやコンテンツの消費に適しています。画像にはpicsum.photosを使用し、アバターには randomuser.me を使用します。
レトロなソーシャルメディアポストカード
レトロ/ビンテージの80年代/90年代の美学を備えたレスポンシブなソーシャルメディアポストカードコンポーネントで、フューシャのアクセントが付いた類似の配色(スカイ、ティール、パープル)を使用しています。ダークモードのサポートとインタラクティブなホバー効果を備えています。コンテンツには、ユーザーのアバター、ユーザー名、タイムスタンプ、テキスト投稿、画像、アクションボタン(コメント、シェアなど)が含まれます。Tailwind CSSで構築されています。
コンテンツ表示コンポーネント
ユーザーのアクションに焦点を当てた魅力的なアニメーションを備えたマイクロインタラクションを組み込んだレスポンシブコンテンツ表示コンポーネント。これには、ダークモードと画像とアバターのプレースホルダーのサポートが含まれています。