ウィッシュリストコンポーネント
Tailwind CSSを使用してダークモードで設計されたレスポンシブウィッシュリストコンポーネント。画像、説明、ユーザーアバターを含むアイテムのカードレイアウトが特徴で、ダークテーマとレスポンシブエフェクトをサポートしています。
HTMLコード
<div class="min-h-screen bg-gray-900 flex items-center justify-center">
<div class="w-full max-w-2xl p-6 bg-gray-800 rounded-lg shadow-lg">
<h2 class="text-2xl font-bold text-white mb-4">My Wishlist</h2>
<div class="space-y-4">
<div class="flex items-center bg-gray-700 rounded-lg p-4">
<img src="https://picsum.photos/80/80" alt="Item Image" class="rounded-full w-16 h-16 mr-4">
<div>
<h3 class="text-xl text-white">Item Title 1</h3>
<p class="text-gray-400">Short description of the item goes here.</p>
</div>
</div>
<div class="flex items-center bg-gray-700 rounded-lg p-4">
<img src="https://picsum.photos/80/80" alt="Item Image" class="rounded-full w-16 h-16 mr-4">
<div>
<h3 class="text-xl text-white">Item Title 2</h3>
<p class="text-gray-400">Short description of the item goes here.</p>
</div>
</div>
<div class="flex items-center bg-gray-700 rounded-lg p-4">
<img src="https://picsum.photos/80/80" alt="Item Image" class="rounded-full w-16 h-16 mr-4">
<div>
<h3 class="text-xl text-white">Item Title 3</h3>
<p class="text-gray-400">Short description of the item goes here.</p>
</div>
</div>
</div>
</div>
</div>
関連コンポーネント
Wishlist_Component
スポーツ/フィットネスアプリケーション向けのレスポンシブでアーティスティックなウィッシュリストコンポーネントで、フォレストグリーンのカラーパレット、ソフトな塗装テクスチャ、ダークモードのサポートが特徴です。
バウハウスのウィッシュリストコンポーネント
バウハウスの原則に基づいてデザインされたファッション/ビューティー製品用のシンプルでレスポンシブなウィッシュリストコンポーネントで、クールなニュートラルカラーとダークモードのサポートが特徴です。