구성 요소 2단계 인증 Two-Factor Authentication 구성 요소

Two-Factor Authentication 구성 요소

반응형 효과와 어두운 테마를 지원하는 Tailwind CSS를 사용하는 간단하고 깨끗한 이중 인증 구성 요소 디자인입니다.

미리 보기

HTML 코드

<div class="flex items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-800">
  <div class="bg-white dark:bg-gray-900 rounded-lg shadow-lg p-8 w-96">
    <h2 class="text-2xl font-semibold text-gray-800 dark:text-white text-center mb-6">Two-Factor Authentication</h2>
    <p class="text-gray-600 dark:text-gray-400 text-center mb-4">Please enter the code sent to your email.</p>
    <div class="mb-4">
      <input type="text" placeholder="Enter your code" class="w-full px-4 py-2 border border-gray-300 dark:border-gray-700 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-400 dark:focus:ring-blue-600" />
    </div>
    <button class="w-full bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-400 dark:focus:ring-blue-600">Verify</button>
    <div class="flex items-center justify-between mt-6">
      <a href="#" class="text-blue-500 dark:text-blue-400 hover:underline">Resend Code</a>
      <a href="#" class="text-gray-500 dark:text-gray-400 hover:underline">Need Help?</a>
    </div>
    <div class="flex items-center justify-center mt-6">
      <img src="https://picsum.photos/50/50" alt="Placeholder Image" class="rounded-full shadow-md" />
      <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="rounded-full shadow-md ml-2" />
    </div>
  </div>
</div>

관련 구성 요소

Two-Factor Authentication 구성 요소

마이크로 인터랙션과 파스텔 색상 구성표로 설계된 Two-Factor Authentication Component로, 포트폴리오에서 작업이나 제품을 전시하는 데 적합합니다. 이 구성 요소에는 여러 대화형 요소와 어두운 테마를 지원하는 반응형 디자인이 포함되어 있습니다.

열다

Two-Factor Authentication 구성 요소

3D 디자인 요소와 트라이어딕 색 구성표를 갖춘 반응형 2단계 인증 구성 요소로, 블로그 또는 콘텐츠 사이트에 적합합니다. 다크 모드 지원이 포함됩니다.

열다

Two-Factor Authentication 구성 요소

Tailwind CSS를 사용하여 어두운 테마를 지원하는 미니멀리스트 2단계 인증 구성 요소입니다.

열다