组件 OAuth 按钮 OAuth按钮组件

OAuth按钮组件

一个具有3D设计风格、响应效果、深色主题支持和占位图的OAuth按钮网页组件。

预览

HTML 代码

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900">
  <h1 class="text-3xl font-bold text-gray-900 dark:text-white mb-6">Sign in with</h1>
  <div class="flex space-x-4">
    <a href="#" class="bg-blue-500 text-white font-semibold py-2 px-4 rounded-lg shadow-lg transform transition-all duration-300 hover:scale-105 hover:shadow-xl dark:bg-blue-700 dark:text-gray-200 flex items-center">
      <img src="https://picsum.photos/20/20" alt="Google Avatar" class="rounded-full mr-2">
      Google
    </a>
    <a href="#" class="bg-gray-800 text-white font-semibold py-2 px-4 rounded-lg shadow-lg transform transition-all duration-300 hover:scale-105 hover:shadow-xl dark:bg-gray-900 dark:text-gray-200 flex items-center">
      <img src="https://picsum.photos/20/20" alt="Facebook Avatar" class="rounded-full mr-2">
      Facebook
    </a>
    <a href="#" class="bg-red-600 text-white font-semibold py-2 px-4 rounded-lg shadow-lg transform transition-all duration-300 hover:scale-105 hover:shadow-xl dark:bg-red-700 dark:text-gray-200 flex items-center">
      <img src="https://picsum.photos/20/20" alt="Twitter Avatar" class="rounded-full mr-2">
      Twitter
    </a>
  </div>
</div>

相关组件

OAuth 按钮组件 1

一个显示 OAuth 按钮的组件,带有引人入胜的动画和深色模式支持,使用 Tailwind CSS 进行设计。按钮对用户操作做出响应,具有细微的微交互,图像来自随机占位符源。

打开

OAuth按钮组件(暗模式单色)

使用 Tailwind CSS 的响应式 OAuth 按钮组件,具有深色模式支持。使用深色背景的单色配色方案。

打开

OAuth 按钮组件

一个为暗黑模式设计的响应式OAuth按钮组件,使用Tailwind CSS,具有适合低光环境的深色背景和UI元素。

打开