미디어 컴포넌트 컴포넌트
블로그 콘텐츠 소비를 위한 복잡하고 반응이 빠른 미디어 구성 요소로, 단색 색 구성표로 어두운 모드로 스타일링됩니다. 여기에는 이미지, 제목, 설명 및 작성자 아바타가 포함됩니다.
HTML 코드
<div class="max-w-2xl mx-auto bg-gray-900 text-gray-100 p-6 rounded-lg shadow-md">
<img class="w-full h-48 rounded-lg object-cover mb-4" src="https://picsum.photos/800/400" alt="Media Content">
<h2 class="text-2xl font-bold mb-2">Article Title</h2>
<p class="text-gray-400 mb-4">This is a short description of the content that provides a brief overview of what the article is about.</p>
<div class="flex items-center mt-4">
<img class="w-10 h-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Author Avatar">
<div>
<p class="text-sm font-semibold">John Doe</p>
<p class="text-xs text-gray-500">Published on January 1, 2023</p>
</div>
</div>
</div>
관련 구성 요소
Memphis_Media_Component_Educational
교육 플랫폼을 위한 반응형 미디어 구성 요소로, 대담한 색상, 기하학적 모양, 네온/일렉트릭 색상 구성표를 사용하여 멤피스 스타일의 미학으로 디자인되었습니다. 다크 모드를 지원합니다.
Skeuomorphic_Grayscale_Media_Component
비즈니스/기업 웹 사이트를 위해 스큐어모픽 그레이스케일 스타일로 설계된 복잡하고 반응이 빠른 미디어 구성 요소로, 여러 대화형 요소와 다크 모드 지원을 특징으로 합니다.