Infografik-Komponente
Eine einfache Infografik-Komponente, die im Neumorphism-Stil und einem Pastell-Farbschema gestaltet ist. Es zeigt eine Profilkarte und grundlegende Statistiken in einem optisch ansprechenden Layout an, das für Unternehmens- oder Unternehmenswebsites geeignet ist.
HTML-Code
<div class="bg-gray-100 dark:bg-gray-800 p-6 rounded-lg shadow-md flex flex-col items-center">
<div class="bg-white dark:bg-gray-700 p-4 rounded-full shadow-lg mb-4">
<img src="https://picsum.photos/80/80" alt="Infographic Image" class="rounded-full">
</div>
<h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200">John Doe</h2>
<p class="text-gray-600 dark:text-gray-400">CEO, Company XYZ</p>
<div class="mt-4 flex justify-between w-full">
<div class="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg text-center">
<h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Projects</h3>
<p class="text-2xl font-bold text-gray-800 dark:text-gray-200">120</p>
</div>
<div class="bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg text-center">
<h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Clients</h3>
<p class="text-2xl font-bold text-gray-800 dark:text-gray-200">80</p>
</div>
</div>
<div class="mt-4 bg-white dark:bg-gray-700 p-4 rounded-lg shadow-lg w-full text-center">
<h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Satisfaction Rate</h3>
<p class="text-2xl font-bold text-gray-800 dark:text-gray-200">95%</p>
</div>
</div>
Verwandte Komponenten
Infografik-Komponente
Infografik-Komponente mit Neumorphismus-Stil, Graustufen-Farbschema, einfaches Layout, für Dashboard-Zwecke, reaktionsschnell mit Unterstützung für dunkles Design
Infografik-Komponente
Eine minimalistische Infografik-Komponente mit sauberen Räumen und minimalen Elementen, Unterstützung für responsives Design und dunkles Thema.
Infografik-Komponente
Infografik-Komponente im Brutalismus-Stil, hoher Kontrast, ungewöhnliches Layout, reaktionsschnell mit Unterstützung des Dunkelmodus mit Rückenwind-CSS