Components Follow Button Follow Button Component

Follow Button Component

A responsive Follow Button Component designed in Material Design style with dark mode support using Tailwind CSS.

Preview

HTML Code

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

Related Components

Glassmorphism Follow Button

A responsive follow button with Glassmorphism design, dark mode support, using Tailwind CSS.

Open

Follow Button Component

A follow button component designed in the brutalism style with high contrast and a raw, bold appearance. It is responsive and supports dark themes.

Open

Follow Button Component

A responsive 'Follow' button component designed for real estate platforms, featuring a corporate blue color scheme, dark mode support, and a subtle interactive hover effect.

Open