전자 상거래 구성 요소
포트폴리오 쇼케이스를 위해 어스 톤 색상을 사용하는 다크 모드 디자인의 중간 복잡성 전자 상거래 구성 요소입니다.
HTML 코드
<div class="bg-gray-800 text-white p-6 rounded-lg shadow-lg">
<h2 class="text-2xl font-semibold mb-4">Featured Products</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=1" alt="Product 1" />
<div class="p-4">
<h3 class="text-xl font-medium mb-2">Product Title 1</h3>
<p class="text-gray-300 mb-4">Brief description of the product.</p>
<span class="text-yellow-500 font-bold">$29.99</span>
<button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
</div>
</div>
<div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=2" alt="Product 2" />
<div class="p-4">
<h3 class="text-xl font-medium mb-2">Product Title 2</h3>
<p class="text-gray-300 mb-4">Brief description of the product.</p>
<span class="text-yellow-500 font-bold">$49.99</span>
<button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
</div>
</div>
<div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
<img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=3" alt="Product 3" />
<div class="p-4">
<h3 class="text-xl font-medium mb-2">Product Title 3</h3>
<p class="text-gray-300 mb-4">Brief description of the product.</p>
<span class="text-yellow-500 font-bold">$19.99</span>
<button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
</div>
</div>
</div>
</div>
관련 구성 요소
레트로 모노크롬 제품 그리드
심플한 반응형 레트로/빈티지 전자상거래 제품 그리드 구성 요소로, 어두운 테마를 지원하는 단색 바이올렛 팔레트로 스타일링되었습니다. 80/90년대의 향수를 불러일으키는 디자인은 기본적인 레이아웃과 최소한의 요소로 온라인 쇼핑 경험에 적합합니다.
소셜 미디어 전자 상거래 카드
소셜 미디어에 초점을 맞춘 전자 상거래 구성 요소, Glassmorphism 스타일, 단색 색 구성표, 복잡한 레이아웃, 반응형 및 어두운 테마 지원.