구성 요소 OAuth 버튼 OAuth 버튼 구성 요소

OAuth 버튼 구성 요소

반응형 OAuth 버튼 구성 요소는 파스텔 색 구성표를 사용하는 다크 모드 전자 상거래 UI를 위한 구성 요소입니다.

미리 보기

HTML 코드

```html

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-900 p-4">

  <div class="w-full max-w-sm">

    <h2 class="text-2xl font-bold text-center text-gray-200 mb-6">Sign In</h2>



    <button class="w-full bg-blue-300 text-blue-900 py-2 px-4 rounded-md flex items-center justify-center mb-4 hover:bg-blue-400 transition duration-300">

      <img src="https://img.icons8.com/color/16/000000/google-logo.png" alt="Google Icon" class="mr-2">

      Sign in with Google

    </button>



    <button class="w-full bg-gray-300 text-gray-800 py-2 px-4 rounded-md flex items-center justify-center mb-4 hover:bg-gray-400 transition duration-300">

      <img src="https://img.icons8.com/ios-filled/16/000000/github.png" alt="GitHub Icon" class="mr-2 dark:filter dark:invert">

      Sign in with GitHub

    </button>



    <button class="w-full bg-blue-500 text-white py-2 px-4 rounded-md flex items-center justify-center hover:bg-blue-600 transition duration-300">

      <img src="https://img.icons8.com/ios-filled/16/ffffff/facebook-new.png" alt="Facebook Icon" class="mr-2">

      Sign in with Facebook

    </button>

  </div>

</div>

```

관련 구성 요소

OAuth 버튼 구성 요소

비즈니스/기업 웹 사이트를 위한 트라이어딕 색 구성표와 복잡한 대화형 요소가 있는 반응형 어두운 테마의 OAuth 버튼 구성 요소입니다.

열다

OAuth 버튼 구성 요소

생생한 색 구성표와 함께 다크 모드용으로 설계된 반응형 OAuth 버튼 구성 요소로, 전문 비즈니스 웹 사이트에 적합합니다.

열다

OAuth 버튼 구성 요소 1

매력적인 애니메이션과 다크 모드를 지원하는 OAuth 버튼을 표시하는 구성 요소로, 디자인에 Tailwind CSS를 활용합니다. 버튼은 미묘한 마이크로 인터랙션으로 사용자 작업에 응답하며, 이미지는 임의의 플레이스홀더 소스에서 포함됩니다.

열다