Komponenten Social Login Social-Login-Komponente

Social-Login-Komponente

Eine reaktionsschnelle Social-Login-Komponente, die für den Dunkelmodus mit einem monochromatischen Farbschema entwickelt wurde. Geeignet für den Konsum von Blogs und Inhalten mit interaktiven Funktionen.

Vorschau

HTML-Code

<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>

Verwandte Komponenten

Social-Login-Komponente

Eine Retro-/Vintage-inspirierte Social-Login-Komponente mit Unterstützung für den Dunkelmodus, responsivem Design und nostalgischer Ästhetik aus den 80er/90er Jahren.

Offen

Social-Login-Komponente - Neumorphism Vibrant Complex

Eine komplexe, reaktionsschnelle Social-Login-Formularkomponente, die mit Neumorphismus und lebendigen Akzenten unter Verwendung von Tailwind CSS gestaltet ist und den Dunkelmodus unterstützt.

Offen

Social-Login-Komponente

Eine einfache, reaktionsschnelle Social-Login-Komponente mit Graustufenfarben und Microinteractions-Designstil mit Unterstützung für dunkle Designs mit Tailwind CSS. Bietet subtile Hover-Animationen für soziale Symbole.

Offen