Composant Infographie
Un composant infographique neumorphe avec des tons de terre inspirés du sol, des arbres et des paysages. Il présente un style d’interface utilisateur souple avec une complexité modérée pour une utilisation professionnelle/d’entreprise. Le design est réactif et prend en charge les thèmes sombres à l’aide de Tailwind CSS.
HTML Code
<div class="bg-gray-200 dark:bg-gray-800 p-6 rounded-lg shadow-md relative overflow-hidden">
<h2 class="text-2xl font-bold mb-4 text-gray-800 dark:text-gray-200">Business Overview</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">An overview of the current business landscape and insights into market trends.</p>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-gray-300 dark:bg-gray-700 p-4 rounded-lg shadow-inner">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Sales Data</h3>
<img src="https://picsum.photos/200/100" alt="Sales Data Image" class="rounded-lg my-2">
<p class="text-gray-600 dark:text-gray-400">Current month sales: 2500 units</p>
</div>
<div class="bg-gray-300 dark:bg-gray-700 p-4 rounded-lg shadow-inner">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Customer Growth</h3>
<img src="https://picsum.photos/200/100?random=1" alt="Customer Growth Image" class="rounded-lg my-2">
<p class="text-gray-600 dark:text-gray-400">Growth rate: 15% YoY</p>
</div>
<div class="bg-gray-300 dark:bg-gray-700 p-4 rounded-lg shadow-inner">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Market Trends</h3>
<img src="https://picsum.photos/200/100?random=2" alt="Market Trends Image" class="rounded-lg my-2">
<p class="text-gray-600 dark:text-gray-400">Emerging trends in the industry.</p>
</div>
</div>
<div class="mt-6">
<h4 class="font-semibold text-gray-800 dark:text-gray-200">Team Members</h4>
<div class="flex space-x-4 mt-2">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Team Member" class="w-12 h-12 rounded-full shadow-inner">
<img src="https://randomuser.me/api/portraits/women/2.jpg" alt="Team Member" class="w-12 h-12 rounded-full shadow-inner">
<img src="https://randomuser.me/api/portraits/men/3.jpg" alt="Team Member" class="w-12 h-12 rounded-full shadow-inner">
</div>
</div>
</div>
Composants associés
Composant Infographie
Un composant d’infographie minimaliste avec des espaces propres et des éléments minimaux, la prise en charge du design réactif et du thème sombre.
Composant Infographie
Un composant d’infographie complexe et réactif pour les sites Web d’entreprise, conçu avec un style Skeuomorphism et une palette de couleurs vives à l’aide de Tailwind CSS. Comprend la prise en charge du mode sombre et des éléments interactifs.
Composant Infographie
Composant Infographie - Interface utilisateur en mode sombre avec niveaux de gris et conception complexe. Réactif avec prise en charge du thème sombre.