Komponente "Social-Share-Buttons"
Eine Social-Share-Buttons-Komponente im Neumorphism-Stil, die für Geschäfts-/Unternehmenswebsites entwickelt wurde, Erdtöne verwendet und ein dunkles Thema unterstützt.
HTML-Code
<div class="flex justify-center items-center p-5 bg-gray-200 dark:bg-gray-800 rounded-lg shadow-lg">
<a href="#" class="flex items-center justify-center w-12 h-12 rounded-full bg-white dark:bg-gray-900 shadow-neumorphism hover:shadow-neumorphism-hover transition-shadow duration-300">
<img src="https://picsum.photos/seed/facebook/40/40" alt="Facebook" class="w-full h-full rounded-full object-cover" />
</a>
<a href="#" class="flex items-center justify-center w-12 h-12 mx-4 rounded-full bg-white dark:bg-gray-900 shadow-neumorphism hover:shadow-neumorphism-hover transition-shadow duration-300">
<img src="https://picsum.photos/seed/twitter/40/40" alt="Twitter" class="w-full h-full rounded-full object-cover" />
</a>
<a href="#" class="flex items-center justify-center w-12 h-12 rounded-full bg-white dark:bg-gray-900 shadow-neumorphism hover:shadow-neumorphism-hover transition-shadow duration-300">
<img src="https://picsum.photos/seed/linkedin/40/40" alt="LinkedIn" class="w-full h-full rounded-full object-cover" />
</a>
</div>
<style>
.shadow-neumorphism {
box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2), -8px -8px 20px rgba(255, 255, 255, 0.7);
}
.shadow-neumorphism-hover {
box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3), -4px -4px 12px rgba(255, 255, 255, 0.5);
}
</style>
Verwandte Komponenten
Komponente "Social-Share-Buttons"
Eine einfache, reaktionsschnelle Social-Share-Buttons-Komponente mit einer von Memphis inspirierten Ästhetik mit coolen, neutralen Farben, geeignet für CRM-/Business-Tools. Inklusive Unterstützung für den Dunkelmodus.
Social-Share-Schaltflächen
Responsive Social-Share-Buttons-Komponente mit Unterstützung für dunkle Themen, brutalistischem Design, analogem Farbschema und komplexen Interaktionen, erstellt mit Tailwind CSS für eine Portfolio-Website.
Komponente "Social-Share-Buttons"
Responsive Social-Share-Buttons im Glassmorphism-Stil und leuchtenden Farben, die für Blogs und den Konsum von Inhalten entwickelt wurden.