Komponenten Social-Share-Schaltflächen Komponente "Social-Share-Buttons"

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.

Vorschau

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 minimalistische Social-Share-Buttons-Komponente, die für Dashboards entwickelt wurde, mit einem lebendigen Farbschema und responsivem Design sowie Unterstützung für den Dunkelmodus.

Offen

Komponente "Social-Share-Buttons"

Eine reaktionsschnelle Social-Share-Buttons-Komponente im Retro-/Vintage-Design und Pastell-Farbschema, die den Dunkelmodus unterstützt und für Social-Media-Schnittstellen geeignet ist.

Offen

Brutalismus Social-Share-Buttons

Social-Share-Buttons-Komponente mit Brutalismus-Stil, responsiven Effekten und Unterstützung für dunkle Themen, kein Javascript erforderlich

Offen