Componenti Pulsante Segui Componente pulsante Segui

Componente pulsante Segui

Un componente reattivo Segui pulsante progettato in stile Material Design con supporto per la modalità oscura utilizzando Tailwind CSS.

Anteprima

Codice HTML

<div class="flex items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-800">
    <div class="flex flex-col items-center p-6 bg-white dark:bg-gray-900 rounded-lg shadow-lg space-y-4">
        <img src="https://picsum.photos/100" alt="User Avatar" class="w-24 h-24 rounded-full border-2 border-indigo-500 shadow-md">
        <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">John Doe</h2>
        <p class="text-gray-600 dark:text-gray-400">Software Developer</p>
        <button class="flex items-center justify-center w-full px-4 py-2 font-semibold text-white bg-blue-600 rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring focus:ring-blue-300 dark:bg-blue-500 dark:hover:bg-blue-600">
            <span>Follow</span>
        </button>
    </div>
</div>

Componenti correlati

Componente pulsante Segui

Un componente del pulsante follow progettato in stile brutalismo con un contrasto elevato e un aspetto grezzo e audace. È reattivo e supporta temi scuri.

Aperto

Pulsante Segui design materiale

Un componente reattivo e monocromatico Material Design per il pulsante Segui per i blog, con supporto per la modalità scura.

Aperto

Componente pulsante Segui

Un pulsante Segui in stile neumorfismo per una dashboard con supporto per temi scuri.

Aperto