Follow-Button-Komponente
Ein Follow-Button im Neumorphism-Stil für ein Dashboard mit Unterstützung für dunkle Themen.
HTML-Code
<div class="flex justify-center items-center h-screen bg-gray-800 dark:bg-gray-900">
<button class="relative inline-flex items-center justify-center p-4 bg-gray-200 dark:bg-gray-700 rounded-full shadow-lg transition-transform transform hover:scale-105 active:scale-95 dark:shadow-inner shadow-gray-300 ">
<span class="absolute inset-0 rounded-full bg-gradient-to-r from-pink-400 via-red-500 to-yellow-500 opacity-20 blur transition-all duration-500"></span>
<span class="relative text-white font-bold text-lg">
Follow
</span>
</button>
</div>
Verwandte Komponenten
Schaltfläche "Folgen"
Ein einfacher Follow-Button mit Material Design-Styling, responsiven Effekten und Unterstützung für dunkle Designs.
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 nach den Prinzipien des Material Designs entwickelt wurde und Unterstützung für den Dunkelmodus und maßgeschneiderte Stile mit Tailwind CSS bietet.