Componente Pulsanti OAuth
Un componente Web per i pulsanti di autenticazione OAuth con stile neumorfismo, progettato per un portfolio e include un layout reattivo con supporto per il tema scuro.
Codice HTML
<div class="flex flex-col items-center justify-center h-screen bg-gray-100 dark:bg-gray-900 p-4">
<div class="p-6 bg-white rounded-xl shadow-lg dark:bg-gray-800 dark:shadow-gray-700">
<h2 class="text-2xl font-semibold text-gray-800 dark:text-white mb-4">Connect with Us</h2>
<div class="flex flex-col space-y-4">
<a href="#" class="flex items-center justify-center p-4 bg-gray-200 dark:bg-gray-700 rounded-lg shadow-lg transition-transform transform hover:scale-105">
<img src="https://picsum.photos/30?blur=1" alt="Google Logo" class="mr-3 rounded-full">
<span class="text-gray-700 dark:text-white">Sign in with Google</span>
</a>
<a href="#" class="flex items-center justify-center p-4 bg-gray-200 dark:bg-gray-700 rounded-lg shadow-lg transition-transform transform hover:scale-105">
<img src="https://picsum.photos/30?blur=1" alt="Facebook Logo" class="mr-3 rounded-full">
<span class="text-gray-700 dark:text-white">Sign in with Facebook</span>
</a>
<a href="#" class="flex items-center justify-center p-4 bg-gray-200 dark:bg-gray-700 rounded-lg shadow-lg transition-transform transform hover:scale-105">
<img src="https://picsum.photos/30?blur=1" alt="GitHub Logo" class="mr-3 rounded-full">
<span class="text-gray-700 dark:text-white">Sign in with GitHub</span>
</a>
</div>
</div>
</div>
Componenti correlati
Componente Pulsanti OAuth
Un componente web con pulsanti OAuth progettati con uno stile scheumorfico, effetti reattivi e supporto per temi scuri utilizzando Tailwind CSS.
Componente Pulsanti OAuth
Un componente pulsanti OAuth reattivo con uno stile di progettazione 3D, supporto per temi scuri e immagini segnaposto. Il componente presenta pulsanti per Google, Facebook, Twitter e LinkedIn, con effetti al passaggio del mouse per profondità e coinvolgimento.
Componente Pulsanti OAuth
Un componente web complesso per pulsanti OAuth con glassmorphism e toni della terra, progettato per siti web aziendali/aziendali con supporto per reattività e modalità scura.