Follow Button Component
A clean, minimalist 'Follow' button designed with a retro/vintage color palette, suitable for a dashboard or profile page. It features an interactive hover state and dark mode support, embodying Swiss/International typography principles.
HTML Code
<div class="p-4 sm:p-6 bg-rose-50 dark:bg-zinc-800 rounded-lg shadow-md max-w-sm mx-auto font-sans">
<div class="flex flex-col items-center space-y-4">
<img class="w-20 h-20 rounded-full object-cover border-2 border-indigo-400 dark:border-indigo-600" src="https://randomuser.me/api/portraits/women/44.jpg" alt="User Avatar">
<div class="text-center">
<p class="text-lg font-semibold text-zinc-800 dark:text-zinc-100">Jane Doe</p>
<p class="text-sm text-zinc-600 dark:text-zinc-400">@janedoe_official</p>
</div>
<button class="px-6 py-2 rounded-full border-2 border-indigo-500 bg-indigo-400 text-white font-bold text-sm tracking-wide uppercase shadow-md
hover:bg-indigo-500 hover:border-indigo-600 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2
dark:bg-indigo-600 dark:border-indigo-700 dark:hover:bg-indigo-700 dark:focus:ring-offset-zinc-800
transition duration-300 ease-in-out">
Follow
</button>
</div>
</div>
Related Components
Glassmorphism_Music_Follow_Button_Component
A complex, monochromatic glassmorphism follow button component designed for music and audio platforms, featuring frosted glass-like translucent elements with blur effects, fully responsive and with dark mode support.
Follow Button Component
A Neumorphism styled Follow Button for a dashboard with dark theme support.
Glassmorphism Follow Button
Glassmorphism Follow Button Component for Social Media with Dark Theme