구성 요소 수도 머티리얼 디자인 모달

머티리얼 디자인 모달

반응형 디자인과 어두운 테마를 지원하는 Material Design 스타일의 Modal Component입니다. 모달 오버레이, 카드와 같은 모양의 모달 컨테이너 및 닫기 버튼이 포함됩니다. JavaScript는 포함되어 있지 않습니다.

미리 보기

HTML 코드

<div class="fixed inset-0 bg-gray-600 bg-opacity-50 overflow-y-auto h-full w-full">
  <div class="relative top-20 mx-auto p-5 border w-96 shadow-lg rounded-md bg-white dark:bg-gray-800">
    <div class="mt-3 text-center">
      <h3 class="text-lg leading-6 font-medium text-gray-900 dark:text-white">Modal Title</h3>
      <div class="mt-2 px-7 py-3">
        <p class="text-sm text-gray-500 dark:text-gray-300">Modal content goes here. This is a placeholder for your information.</p>
      </div>
      <div class="items-center px-4 py-3">
        <button id="ok-btn" class="px-4 py-2 bg-blue-500 text-white text-base font-medium rounded-md w-full shadow-sm hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500">Got It!</button>
      </div>
    </div>
  </div>
</div>

관련 구성 요소

코퍼레이트 3D 트라이어딕 모달

트라이어드 색 구성표가 있는 반응형 3D 디자인 모달 구성 요소로, 비즈니스 및 기업 웹 사이트에 적합하며 다크 모드를 지원합니다.

열다

레트로부킹모달

파스텔 색상, 반응형 디자인, 다크 모드 지원을 갖춘 레트로 테마의 예약/예약 모달 구성 요소로, 예약 시스템에 적합합니다.

열다

스큐어모픽 모달 컴포넌트(Skeuomorphic Modal Component)

전자 상거래를 위한 보색이 있는 스큐어모픽 디자인으로 스타일링된 복잡한 반응형 모달 구성 요소입니다.

열다