SimpleContent디스플레이

반응형 디자인과 Tailwind CSS를 사용하는 어두운 테마를 지원하는 간단한 콘텐츠 표시 구성 요소입니다.

미리 보기

HTML 코드

<div class="container mx-auto p-4 max-w-sm">
  <div class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden">
    <img class="w-full h-48 object-cover" src="https://picsum.photos/seed/123/400/300" alt="Placeholder image">
    <div class="p-4">
      <h2 class="text-xl font-semibold text-gray-800 dark:text-white mb-2">Article Title</h2>
      <p class="text-gray-600 dark:text-gray-300 text-sm leading-relaxed">This is a brief description of the article content. It provides a sneak peek into what the user can expect to read.</p>
      <div class="flex items-center mt-4">
        <img class="w-8 h-8 rounded-full mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Author avatar">
        <span class="text-gray-700 dark:text-gray-400 text-sm">John Doe</span>
      </div>
    </div>
  </div>
</div>

관련 구성 요소

콘텐츠 표시 구성 요소

블로그 또는 콘텐츠 소비를 위한 반응형 콘텐츠 표시 구성 요소로, 3D 디자인 스타일과 어두운 테마를 지원합니다.

열다

Swiss_International_Typography_Content_Display_Component

대시보드를 위한 깨끗하고 미니멀한 콘텐츠 디스플레이 구성 요소로, 멋진 무채색과 완전한 응답성으로 타이포그래피와 그리드 시스템을 강조합니다.

열다

Content Display Components 컴포넌트

마이크로 인터랙션, 그레이스케일 색상 및 중간 정도의 복잡성을 가진 Content Display Component로, 반응형 어두운 테마를 지원하는 포트폴리오를 위해 설계되었습니다.

열다