Functional Components 구성 요소
3D 디자인, 반응형 효과 및 다크 모드 지원을 제공하는 기능적 구성 요소로, Tailwind CSS를 사용하여 구현됩니다.
HTML 코드
<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>
관련 구성 요소
Functional Components 구성 요소
비즈니스-기업 스타일의 실제 제품을 모방한 웹 구성 요소로, 보색, 단순한 레이아웃, 다크 모드를 지원하는 반응형 디자인을 갖추고 있습니다.
Functional Components 대시보드
Material Design 원칙과 단색 색 구성표로 설계된 반응형 대시보드 구성 요소입니다. 그리드 기반 레이아웃, 대화형 요소 및 Tailwind CSS를 사용한 어두운 테마 지원이 특징입니다.