HTML 코드
<div class="max-w-md mx-auto bg-white dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden">
<div class="p-4">
<h2 class="text-lg font-bold text-gray-900 dark:text-white">My Wishlist</h2>
<ul class="mt-4 space-y-4">
<li class="flex items-center justify-between bg-gray-100 dark:bg-gray-700 p-4 rounded-lg">
<div class="flex items-center">
<img src="https://picsum.photos/50/50" alt="Product Image" class="w-12 h-12 rounded-full mr-4">
<div>
<h3 class="text-md font-semibold text-gray-800 dark:text-gray-200">Product Title 1</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Short description of the product.</p>
</div>
</div>
<button class="bg-blue-500 text-white rounded-md px-2 py-1 hover:bg-blue-600 transition duration-200">Add to Cart</button>
</li>
<li class="flex items-center justify-between bg-gray-100 dark:bg-gray-700 p-4 rounded-lg">
<div class="flex items-center">
<img src="https://picsum.photos/50/50?random=1" alt="Product Image" class="w-12 h-12 rounded-full mr-4">
<div>
<h3 class="text-md font-semibold text-gray-800 dark:text-gray-200">Product Title 2</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Short description of the product.</p>
</div>
</div>
<button class="bg-blue-500 text-white rounded-md px-2 py-1 hover:bg-blue-600 transition duration-200">Add to Cart</button>
</li>
<li class="flex items-center justify-between bg-gray-100 dark:bg-gray-700 p-4 rounded-lg">
<div class="flex items-center">
<img src="https://picsum.photos/50/50?random=2" alt="Product Image" class="w-12 h-12 rounded-full mr-4">
<div>
<h3 class="text-md font-semibold text-gray-800 dark:text-gray-200">Product Title 3</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Short description of the product.</p>
</div>
</div>
<button class="bg-blue-500 text-white rounded-md px-2 py-1 hover:bg-blue-600 transition duration-200">Add to Cart</button>
</li>
</ul>
</div>
</div>
관련 구성 요소
위시리스트 컴포넌트
스포츠/피트니스 애플리케이션을 위한 반응형 위시리스트 구성 요소로, 마이크로 인터랙션, 고대비 색 구성표 및 다크 모드 지원을 특징으로 합니다. 사용자는 항목을 추가/제거하고 시각적 피드백을 볼 수 있습니다.
위시리스트 컴포넌트
고대비 색상 그라데이션과 부드러운 전환이 있는 간단하고 반응이 빠른 위시리스트 구성 요소로 비즈니스/기업 웹사이트에 적합합니다. 다크 모드 지원이 포함됩니다.