组件 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 按钮组件

一个简单、响应式的 OAuth 按钮组件,采用拟物化风格设计,具有鲜艳的配色方案,专为电子商务平台量身定制,并支持深色模式。

打开