소셜 로그인 구성 요소
단색 색 구성표를 사용하는 다크 모드용으로 설계된 반응형 소셜 로그인 구성 요소입니다. 대화형 기능을 통해 블로그 및 콘텐츠 소비에 적합합니다.
HTML 코드
<div class="bg-gray-800 text-white p-6 rounded-lg shadow-lg max-w-md mx-auto mt-10">
<h2 class="text-2xl font-bold mb-4 text-center">Log in with Social Media</h2>
<div class="flex flex-col space-y-4">
<a href="#" class="flex items-center justify-center bg-gray-700 hover:bg-gray-600 dark:bg-gray-900 dark:hover:bg-gray-800 text-white font-semibold py-2 rounded-lg shadow transition duration-200">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-8 h-8 rounded-full mr-2">
<span>Log in with Facebook</span>
</a>
<a href="#" class="flex items-center justify-center bg-gray-700 hover:bg-gray-600 dark:bg-gray-900 dark:hover:bg-gray-800 text-white font-semibold py-2 rounded-lg shadow transition duration-200">
<img src="https://randomuser.me/api/portraits/women/1.jpg" alt="Avatar" class="w-8 h-8 rounded-full mr-2">
<span>Log in with Google</span>
</a>
<a href="#" class="flex items-center justify-center bg-gray-700 hover:bg-gray-600 dark:bg-gray-900 dark:hover:bg-gray-800 text-white font-semibold py-2 rounded-lg shadow transition duration-200">
<img src="https://randomuser.me/api/portraits/men/2.jpg" alt="Avatar" class="w-8 h-8 rounded-full mr-2">
<span>Log in with Twitter</span>
</a>
</div>
<p class="mt-4 text-center text-gray-400">Or, <a href="#" class="text-gray-300 hover:underline">create a new account</a></p>
</div>
관련 구성 요소
소셜 로그인 구성 요소
마켓플레이스를 위한 복잡한 소셜 로그인 구성 요소로, 소셜 로그인 버튼, 이메일/비밀번호 필드, '비밀번호 찾기'/'가입' 링크를 제공합니다. 보석 톤, 완전한 반응성 및 다크 모드 지원을 사용하는 Material Design 원칙에 따라 설계되었습니다.
Neumorphic_Gaming_Social_Login_Component
어스 톤의 뉴모픽 스타일의 복잡하고 반응이 빠른 소셜 로그인 구성 요소로, 게임 웹 사이트용으로 설계되었습니다. 다양한 로그인 옵션과 다크 모드 지원이 포함됩니다.