Components Follow Button Follow Button Component

Follow Button Component

A responsive Follow Button Component designed with Material Design principles, featuring support for dark mode and tailored styles using Tailwind CSS.

Preview

HTML Code

<div class="flex items-center justify-center p-4">
  <div class="bg-white dark:bg-gray-800 shadow-md rounded-lg p-5 transition-shadow duration-300 hover:shadow-lg">
    <div class="flex items-center">
      <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-lg mr-3">
      <div class="flex-1">
        <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Follow Me</h2>
        <p class="text-gray-600 dark:text-gray-400">Join my journey and stay updated!</p>
      </div>
      <button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded transition duration-300 ease-in-out">
        Follow
      </button>
    </div>
  </div>
</div>

Related Components

Follow Button Component

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

Open

Follow Button Component

A complex 'Follow' button component with microinteractions, sepia/brown color scheme, responsive design, and dark mode support, suitable for blog/content platforms.

Open

Material Design Follow Button

A responsive, monochromatic Material Design follow button component for blogs, with dark mode support.

Open