구성 요소 소셜 로그인 소셜 로그인 구성 요소

소셜 로그인 구성 요소

머티리얼 디자인, 파스텔 색상 및 비즈니스/기업을 위한 적당한 복잡성을 가진 소셜 로그인 구성 요소

미리 보기

HTML 코드

<div class="flex items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900">
  <div class="px-8 py-6 mt-4 text-left bg-white dark:bg-gray-800 shadow-lg rounded-lg">
    <h3 class="text-2xl font-bold text-center text-gray-800 dark:text-white">Login</h3>
    <div class="mt-4">
      <div>
        <label class="block text-gray-700 dark:text-gray-200" for="email">Email</label>
        <input type="email" placeholder="Email" class="w-full px-4 py-2 mt-2 border rounded-md focus:outline-none focus:ring-1 focus:ring-blue-600">
      </div>
      <div class="mt-4">
        <label class="block text-gray-700 dark:text-gray-200" for="password">Password</label>
        <input type="password" placeholder="Password" class="w-full px-4 py-2 mt-2 border rounded-md focus:outline-none focus:ring-1 focus:ring-blue-600">
      </div>
      <div class="flex items-baseline justify-between">
        <button class="px-6 py-2 mt-4 text-white bg-blue-600 rounded-lg hover:bg-blue-900">Login</button>
        <a href="#" class="text-sm text-blue-600 hover:underline">Forgot password?</a>
      </div>
      <div class="mt-6 text-center">
        <p class="text-gray-700 dark:text-gray-200">Or login with:</p>
        <div class="flex justify-center gap-4 mt-2">
          <button class="px-4 py-2 border rounded-md flex items-center gap-2 hover:bg-gray-200 dark:hover:bg-gray-700">
            <img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Google" class="h-5">
            Google
          </button>
          <button class="px-4 py-2 border rounded-md flex items-center gap-2 hover:bg-gray-200 dark:hover:bg-gray-700">
            <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b8/2021_Facebook_icon.svg/1200px-2021_Facebook_icon.svg.png" alt="Facebook" class="h-5">
            Facebook
          </button>
        </div>
      </div>
    </div>
  </div>
</div>

관련 구성 요소

소셜 로그인 구성 요소

다크 모드 UI 및 반응형 효과가 있는 소셜 로그인 구성 요소

열다

소셜 로그인 구성 요소

시원한 중성색을 사용하는 산업적, 원자재 미학을 가진 소셜 로그인 구성 요소로, 예약 및 예약 시스템에 적합합니다. 소셜 로그인 버튼과 수동 로그인 옵션이 있는 구분 기호가 있으며, 모두 반응이 빠르고 다크 모드를 지원합니다.

열다

Material Design 소셜 로그인 컴포넌트

보색 구성표가 있는 머티리얼 디자인 소셜 로그인 구성 요소, 블로그/콘텐츠 목적의 중간 정도의 복잡성, Tailwind CSS를 사용하여 다크 모드 지원으로 반응합니다.

열다