组件 社交登录 社交登录组件

社交登录组件

一个响应式的黑暗模式社交登录组件,专为仪表板设计,采用三色方案和丰富的交互元素。它包括各种社交平台的登录选项、用户数据可视化和控制。

预览

HTML 代码

<div class="min-h-screen bg-gray-900 text-white flex flex-col items-center justify-center p-6">
    <h2 class="text-3xl font-bold mb-6">Login to Your Dashboard</h2>
    <div class="bg-gray-800 rounded-lg shadow-lg p-8 w-full max-w-sm">
        <div class="flex justify-between mb-4">
            <span class="text-lg font-semibold">Sign in with:</span>
            <img src="https://picsum.photos/30/30?random=1" alt="Avatar" class="rounded-full">
        </div>
        <div class="flex flex-col space-y-4">
            <a href="#" class="flex items-center justify-center bg-blue-700 text-white font-bold py-2 px-4 rounded hover:bg-blue-600 transition duration-300">
                <img class="mr-2" src="https://picsum.photos/30/30?random=2" alt="Facebook" /> Facebook
            </a>
            <a href="#" class="flex items-center justify-center bg-green-700 text-white font-bold py-2 px-4 rounded hover:bg-green-600 transition duration-300">
                <img class="mr-2" src="https://picsum.photos/30/30?random=3" alt="Google" /> Google
            </a>
            <a href="#" class="flex items-center justify-center bg-red-700 text-white font-bold py-2 px-4 rounded hover:bg-red-600 transition duration-300">
                <img class="mr-2" src="https://picsum.photos/30/30?random=4" alt="Twitter" /> Twitter
            </a>
        </div>
        <div class="mt-6 text-center">
            <span class="text-sm">Don't have an account? <a href="#" class="text-blue-400 hover:underline">Sign up</a></span>
        </div>
    </div>
    <footer class="mt-6 text-gray-400 text-xs">
        &copy; 2023 Your Company. All rights reserved.
    </footer>
</div>

相关组件

Weather App 的豪华社交登录组件

一个优雅而精致的社交登录组件,专为天气/气候应用程序而设计,具有高对比度颜色、精致的排版和深色模式支持。它提供多种登录选项和现代、高级的感觉。

打开

Neumorphic_Gaming_Social_Login_Component

一个复杂的响应式社交登录组件,采用大地色调的中构风格,专为游戏网站设计。包括多个登录选项和深色模式支持。

打开

社交登录组件 - 新拟态生动复杂

一个复杂、响应式的社交登录表单组件,采用新拟态风格和鲜艳的色调,使用Tailwind CSS,支持暗黑模式。

打开