Columns 구성 요소
블로그 또는 콘텐츠 소비를 위해 설계된 반응형 Columns 구성 요소입니다. 유사한 색 구성표와 어두운 테마 지원이 있는 미니멀한 플랫 디자인이 특징입니다.
HTML 코드
<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md">
<h2 class="text-3xl font-bold mb-4 text-gray-800 dark:text-white">Latest Articles</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-gray-100 dark:bg-gray-900 rounded-lg overflow-hidden shadow">
<img class="w-full h-48 object-cover" src="https://picsum.photos/400/300?random=1" alt="Article Image">
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Article Title 1</h3>
<p class="text-gray-600 dark:text-gray-400">This is a brief description of the article content that provides an overview to the readers. They can read more by clicking the link below.</p>
<a href="#" class="mt-2 inline-block text-blue-600 dark:text-blue-400 hover:underline">Read More</a>
</div>
</div>
<div class="bg-gray-100 dark:bg-gray-900 rounded-lg overflow-hidden shadow">
<img class="w-full h-48 object-cover" src="https://picsum.photos/400/300?random=2" alt="Article Image">
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Article Title 2</h3>
<p class="text-gray-600 dark:text-gray-400">This is a brief description of the article content that provides an overview to the readers. They can read more by clicking the link below.</p>
<a href="#" class="mt-2 inline-block text-blue-600 dark:text-blue-400 hover:underline">Read More</a>
</div>
</div>
<div class="bg-gray-100 dark:bg-gray-900 rounded-lg overflow-hidden shadow">
<img class="w-full h-48 object-cover" src="https://picsum.photos/400/300?random=3" alt="Article Image">
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Article Title 3</h3>
<p class="text-gray-600 dark:text-gray-400">This is a brief description of the article content that provides an overview to the readers. They can read more by clicking the link below.</p>
<a href="#" class="mt-2 inline-block text-blue-600 dark:text-blue-400 hover:underline">Read More</a>
</div>
</div>
<div class="bg-gray-100 dark:bg-gray-900 rounded-lg overflow-hidden shadow">
<img class="w-full h-48 object-cover" src="https://picsum.photos/400/300?random=4" alt="Article Image">
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Article Title 4</h3>
<p class="text-gray-600 dark:text-gray-400">This is a brief description of the article content that provides an overview to the readers. They can read more by clicking the link below.</p>
<a href="#" class="mt-2 inline-block text-blue-600 dark:text-blue-400 hover:underline">Read More</a>
</div>
</div>
<div class="bg-gray-100 dark:bg-gray-900 rounded-lg overflow-hidden shadow">
<img class="w-full h-48 object-cover" src="https://picsum.photos/400/300?random=5" alt="Article Image">
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Article Title 5</h3>
<p class="text-gray-600 dark:text-gray-400">This is a brief description of the article content that provides an overview to the readers. They can read more by clicking the link below.</p>
<a href="#" class="mt-2 inline-block text-blue-600 dark:text-blue-400 hover:underline">Read More</a>
</div>
</div>
<div class="bg-gray-100 dark:bg-gray-900 rounded-lg overflow-hidden shadow">
<img class="w-full h-48 object-cover" src="https://picsum.photos/400/300?random=6" alt="Article Image">
<div class="p-4">
<h3 class="text-xl font-semibold text-gray-800 dark:text-gray-200">Article Title 6</h3>
<p class="text-gray-600 dark:text-gray-400">This is a brief description of the article content that provides an overview to the readers. They can read more by clicking the link below.</p>
<a href="#" class="mt-2 inline-block text-blue-600 dark:text-blue-400 hover:underline">Read More</a>
</div>
</div>
</div>
</div>
관련 구성 요소
Columns 구성 요소
Columns Component(대시보드의 구성 요소)는 보색이 있는 3D 디자인을 특징으로 합니다. 여기에는 간단한 레이아웃, 다크 모드 지원이 있는 3개의 반응형 열이 포함되어 있으며 스타일링에 Tailwind CSS를 사용합니다. JavaScript는 포함되어 있지 않습니다.
Columns 구성 요소
Glassmorphism 스타일, 트라이어드 색 구성표, 비즈니스/기업 목적을 위한 단순 복잡성 수준을 갖춘 반응형 열 구성 요소에는 다크 모드 지원이 포함됩니다.