Komponente "Funktionale Komponenten"
Eine funktionale Komponente mit 3D-Design, responsiven Effekten und Unterstützung für den Dunkelmodus, die mit Tailwind CSS implementiert wurde.
HTML-Code
<div class="flex flex-wrap justify-center items-center h-screen bg-gray-200 dark:bg-gray-800">
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-xl transform transition-transform duration-500 hover:scale-105 perspective-1000 group w-64 m-6">
<div class="relative transform transition-transform duration-500 rotate-y-0 group-hover:rotate-y-10 h-40 bg-gray-300 dark:bg-gray-600 rounded-t-lg">
<img src="https://picsum.photos/id/237/200/300" alt="Placeholder image" class="w-full h-full object-cover rounded-t-lg">
</div>
<div class="p-6 transform transition-transform duration-500 translate-z-20">
<h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">Component Title</h2>
<p class="text-gray-700 dark:text-gray-300">This is a description of the component, showcasing its features and design.</p>
</div>
</div>
<div class="bg-white dark:bg-gray-700 rounded-lg shadow-xl transform transition-transform duration-500 hover:scale-105 perspective-1000 group w-64 m-6">
<div class="relative transform transition-transform duration-500 rotate-y-0 group-hover:rotate-y-10 h-40 bg-gray-300 dark:bg-gray-600 rounded-t-lg">
<img src="https://picsum.photos/id/238/200/300" alt="Placeholder image" class="w-full h-full object-cover rounded-t-lg">
</div>
<div class="p-6 transform transition-transform duration-500 translate-z-20">
<h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">Component Title</h2>
<p class="text-gray-700 dark:text-gray-300">This is a description of the component, showcasing its features and design.</p>
</div>
</div>
</div>
Verwandte Komponenten
Komponente "Funktionale Komponenten"
Minimalistische Dashboard-Funktionskomponente mit responsivem Design und Unterstützung für dunkle Themen.
Komponente "Funktionale Komponenten"
Eine einfache funktionale Komponente mit Unterstützung des Dunkelmodus.
Komponente "Funktionale Komponenten"
Eine Dashboard-Komponente mit funktionalen Komponenten, die Material-Design-Prinzipien verwenden, ein analoges Farbschema und moderate Komplexität. Die Komponente umfasst Responsive Design und Unterstützung für dunkle Themen mit Tailwind CSS. Es ist kein JavaScript enthalten.