미디어 임베드 컴포넌트
블로그 및 콘텐츠 소비에 적합한 Neumorphism 스타일의 미디어 포함 구성 요소로, 트라이어딕 색 구성표를 특징으로 합니다. 다크 모드를 지원하는 반응형 디자인.
HTML 코드
<div class="flex items-center justify-center p-6 bg-gray-200 dark:bg-gray-800 rounded-lg shadow-md hover:shadow-lg transition-shadow duration-300 ease-in-out">
<div class="flex flex-col bg-white dark:bg-gray-900 rounded-lg p-4 shadow-lg">
<img src="https://picsum.photos/400/200" alt="Media Image" class="rounded-md mb-4">
<h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200 mb-2">Media Title</h2>
<p class="text-gray-600 dark:text-gray-400 mb-4">This is a brief description of the media content to provide context to the readers.</p>
<div class="flex items-center">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
<span class="text-gray-700 dark:text-gray-300">Author Name</span>
</div>
</div>
</div>
관련 구성 요소
미디어 임베드 컴포넌트 14
스큐어모픽 스타일로 디자인된 미디어 임베드 컴포넌트로, 반응형 효과와 어두운 테마를 지원합니다. 여기에는 이미지, 설명 및 사용자 아바타가 포함됩니다.
Brutalist_Retro_Media_Embed_E 상거래
전자 상거래를 위한 복잡하고 반응이 빠른 브루탈리즘 스타일의 미디어 임베드 구성 요소로, 고대비, 레트로 색상 팔레트, 다크 모드 지원 및 제품 쇼케이스를 위한 여러 인터랙티브 요소를 제공합니다.