레트로빈티지어스톤모달
Retro/Vintage Modal Component in Earth Tones for Dashboard with Dark Mode and Responsiveness
HTML 코드
<div class="fixed inset-0 bg-gray-900 bg-opacity-50 overflow-y-auto h-full w-full dark:bg-gray-800 dark:bg-opacity-75">
<div class="relative top-20 mx-auto p-5 border w-96 shadow-lg rounded-md bg-stone-100 dark:bg-stone-700">
<div class="mt-3 text-center">
<div
class="mx-auto flex items-center justify-center h-12 w-12 rounded-full bg-emerald-100 dark:bg-emerald-700"
>
<svg
class="h-6 w-6 text-emerald-600 dark:text-emerald-200"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 13l4 4L19 7"
></path>
</svg>
</div>
<h3
class="text-lg leading-6 font-medium text-gray-900 dark:text-gray-100"
>
Dashboard Item Details
</h3>
<div class="mt-2 px-7 py-3">
<p class="text-sm text-gray-500 dark:text-gray-300">
Detailed information about the selected dashboard item. This is a placeholder for dynamic content.
</p>
</div>
<div class="items-center px-4 py-3">
<button
id="ok-btn"
class="px-4 py-2 bg-emerald-500 text-white text-base font-medium rounded-md w-full shadow-sm hover:bg-emerald-700 focus:outline-none focus:ring-2 focus:ring-emerald-300 dark:focus:ring-emerald-800"
>
Close
</button>
</div>
</div>
</div>
</div>
관련 구성 요소
스큐어모픽 모달 컴포넌트(Skeuomorphic Modal Component)
전자 상거래를 위한 보색이 있는 스큐어모픽 디자인으로 스타일링된 복잡한 반응형 모달 구성 요소입니다.
Modal 구성 요소
마이크로 인터랙션과 트라이어드 색 구성표로 스타일링된 반응형 모달 구성 요소로, 소셜 미디어 인터페이스를 위해 설계되었습니다. 상호 작용 시 사용자의 참여를 유도하는 애니메이션을 특징으로 하며 Tailwind CSS를 사용하여 어두운 테마 지원을 제공합니다.