Follow-Button-Komponente
Eine reaktionsschnelle Follow-Button-Komponente, die nach den Prinzipien des Material Designs entwickelt wurde und Unterstützung für den Dunkelmodus und maßgeschneiderte Stile mit Tailwind CSS bietet.
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>
Verwandte Komponenten
Glassmorphism Follow-Button
Ein responsiver Follow-Button mit Glassmorphism-Design, Unterstützung für den Dunkelmodus und Verwendung von Tailwind CSS.
Follow-Button-Komponente
Eine reaktionsschnelle Follow-Button-Komponente, die im Material Design-Stil mit Unterstützung für den Dunkelmodus unter Verwendung von Tailwind CSS entworfen wurde.
Follow-Button-Komponente
Ein Follow-Button im Neumorphism-Stil für ein Dashboard mit Unterstützung für dunkle Themen.