구성 요소 오류 메시지 오류 메시지 구성 요소

오류 메시지 구성 요소

오류 메시지 Tailwind CSS를 사용하여 다크 모드를 지원하는 소셜 미디어용 구성 요소입니다.

미리 보기

HTML 코드

<div class="flex items-center justify-center h-screen bg-gray-900">
  <div class="bg-gray-800 p-8 rounded-lg shadow-lg max-w-md w-full">
    <div class="flex items-center justify-between mb-4">
      <h2 class="text-2xl font-bold text-white">Error</h2>
      <button class="text-gray-400 hover:text-white focus:outline-none">
        <svg class="w-6 h-6" 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="M6 18L18 6M6 6l12 12"></path>
        </svg>
      </button>
    </div>
    <div class="text-gray-300 mb-6">
      <p>Oops! Something went wrong. Please try again later.</p>
      <ul class="mt-4 list-disc list-inside">
        <li>Check your internet connection.</li>
        <li>Ensure you have the latest version of the app.</li>
        <li>Contact support if the issue persists.</li>
      </ul>
    </div>
    <div class="flex justify-end">
      <button class="bg-gray-700 hover:bg-gray-600 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">
        Got it
      </button>
    </div>
  </div>
</div>

관련 구성 요소

오류 메시지 구성 요소

3D 스타일과 단색 색 구성표로 설계된 반응형 오류 메시지 구성 요소입니다. 사용자 참여를 위한 대화형 요소를 특징으로 하는 포트폴리오에 적합합니다.

열다

오류 메시지 구성 요소

오류 메시지 마이크로 인터랙션, 그레이스케일 색 구성표, 복잡한 인터페이스, 반응형 디자인 및 어두운 테마 지원이 있는 소셜 미디어용 구성 요소입니다.

열다

오류 메시지 구성 요소

스위스/국제 타이포그래피 스타일과 바다/파란색 색 구성표를 사용하는 간단하고 깨끗하며 반응이 빠른 오류 메시지 구성 요소로, 음식 배달 및 레스토랑 웹 사이트에 적합합니다. 다크 모드 지원이 포함됩니다.

열다