스큐어모픽 모달 컴포넌트(Skeuomorphic Modal Component)
전자 상거래를 위한 보색이 있는 스큐어모픽 디자인으로 스타일링된 복잡한 반응형 모달 구성 요소입니다.
HTML 코드
<div class="fixed inset-0 flex items-center justify-center z-50 bg-opacity-50 bg-gray-900 dark:bg-gray-800">
<div class="bg-white dark:bg-gray-900 rounded-lg shadow-lg p-6 w-11/12 md:w-1/3">
<h2 class="text-2xl font-bold text-gray-800 dark:text-gray-100">Item Details</h2>
<div class="flex justify-center my-4">
<img src="https://picsum.photos/200/300" alt="Product Image" class="rounded-lg shadow-md" />
</div>
<p class="text-gray-600 dark:text-gray-300">This is where you can detail the product features, specifications, and other necessary information to help customers make an informed decision.</p>
<ul class="my-4 text-gray-700 dark:text-gray-200">
<li class="my-2 flex items-center"><svg class="w-5 h-5 text-blue-500 mr-2" fill="currentColor" viewBox="0 0 20 20"><path d="M10 12a2 2 0 100-4 2 2 0 000 4zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8z"/></svg>Specification 1</li>
<li class="my-2 flex items-center"><svg class="w-5 h-5 text-blue-500 mr-2" fill="currentColor" viewBox="0 0 20 20"><path d="M10 12a2 2 0 100-4 2 2 0 000 4zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8z"/></svg>Specification 2</li>
<li class="my-2 flex items-center"><svg class="w-5 h-5 text-blue-500 mr-2" fill="currentColor" viewBox="0 0 20 20"><path d="M10 12a2 2 0 100-4 2 2 0 000 4zm0 2c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8z"/></svg>Specification 3</li>
</ul>
<div class="flex items-center justify-between my-4">
<span class="text-lg font-bold text-gray-800 dark:text-gray-100">$19.99</span>
<button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded">Add to Cart</button>
</div>
<div class="flex justify-center my-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="h-10 w-10 rounded-full border-2 border-white dark:border-gray-800" />
<span class="text-gray-700 dark:text-gray-200 ml-2">John Doe</span>
</div>
<button class="mt-4 w-full bg-red-500 hover:bg-red-600 text-white font-bold py-2 rounded">Close</button>
</div>
</div>
관련 구성 요소
글래스모피즘모달컴포넌트(GlassmorphismModalComponent)
유사한 색 구성표, 중간 정도의 복잡성을 가진 Glassmorphism 스타일의 모달 구성 요소로, 블로그/콘텐츠 표시에 적합합니다. Tailwind CSS를 사용하여 어두운 테마를 지원하는 반응형 디자인이 특징입니다.
Corporate_Professional_Forum_Modal
포럼/커뮤니티 플랫폼을 위한 복잡하고 반응이 빠르며 전문적인 모달 구성 요소로, 유사한 색 구성표와 다크 모드를 지원합니다.
Modal 구성 요소
네온/전기 그라디언트 디자인의 복잡하고 반응이 빠른 모달 구성 요소로, 비즈니스/기업 웹 사이트에 적합합니다. 부드러운 전환, 다크 모드 지원 및 여러 대화형 요소가 특징입니다.