Buttons-Komponente
Eine Buttons-Komponente, die mit 3D-Elementen und leuchtenden Farben für Social-Media-Oberflächen entwickelt wurde und dunkles Design und responsives Design unterstützt.
HTML-Code
<div class="flex flex-col items-center justify-center h-screen bg-gray-100 dark:bg-gray-900 p-4">
<h2 class="text-2xl font-bold text-gray-800 dark:text-gray-200 mb-4">Connect with Us!</h2>
<div class="flex space-x-4">
<a href="#" class="flex items-center justify-center px-4 py-2 bg-blue-500 dark:bg-blue-700 text-white rounded-lg shadow-lg transform transition-transform duration-300 hover:scale-105 active:scale-95">
<img src="https://picsum.photos/20?random=1" alt="Button Icon" class="mr-2 w-5 h-5 rounded-full">
Follow
</a>
<a href="#" class="flex items-center justify-center px-4 py-2 bg-green-500 dark:bg-green-700 text-white rounded-lg shadow-lg transform transition-transform duration-300 hover:scale-105 active:scale-95">
<img src="https://picsum.photos/20?random=2" alt="Button Icon" class="mr-2 w-5 h-5 rounded-full">
Share
</a>
<a href="#" class="flex items-center justify-center px-4 py-2 bg-red-500 dark:bg-red-700 text-white rounded-lg shadow-lg transform transition-transform duration-300 hover:scale-105 active:scale-95">
<img src="https://picsum.photos/20?random=3" alt="Button Icon" class="mr-2 w-5 h-5 rounded-full">
Like
</a>
</div>
</div>
Verwandte Komponenten
ArtDecoECommerceButtons
Ein komplexes Set von Art-Déco-inspirierten E-Commerce-Knöpfen mit geometrischen Mustern und luxuriösen Ocean/Blue-Tönen, optimiert für Reaktionsfähigkeit und Dunkelmodus.
Art Deco Immobilien-Buttons-Komponente
Eine komplexe, vom Art Deco inspirierte Schaltflächenkomponente für Immobilienplattformen mit geometrischen Mustern, luxuriösem Graustufen-Styling und mehreren interaktiven Elementen mit voller Reaktionsfähigkeit und Unterstützung des Dunkelmodus.