미디어 임베드 컴포넌트
Glassmorphism 스타일로 디자인된 반응형 미디어 임베드 컴포넌트로, 콘텐츠 소비를 위한 인터랙티브 요소를 갖추고 있습니다.
HTML 코드
<div class="flex flex-col items-center p-6 bg-gradient-to-r from-blue-400 to-purple-500 rounded-lg shadow-lg backdrop-filter backdrop-blur-lg bg-opacity-30 dark:bg-opacity-50 border border-white border-opacity-20 max-w-lg w-full">
<div class="flex items-center mb-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-16 h-16 rounded-full border-2 border-white">
<div class="ml-4">
<h2 class="text-xl font-semibold text-white">John Doe</h2>
<p class="text-sm text-gray-200">Content Creator</p>
</div>
</div>
<div class="bg-white dark:bg-gray-800 bg-opacity-20 rounded-lg p-4 shadow-md w-full">
<h3 class="text-lg font-bold text-white">Exciting New Developments in Technology</h3>
<iframe class="w-full h-60 mt-3 rounded-lg shadow-inner" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allowfullscreen></iframe>
<p class="mt-2 text-white">Explore the latest trends and advancements in technology that are shaping the future. Join us as we dive deep into the innovations that are changing our world.</p>
<div class="mt-3 flex justify-between items-center">
<button class="py-2 px-4 bg-blue-500 text-white rounded-full hover:bg-blue-600">Read More</button>
<span class="text-xs text-gray-300">2 hours ago</span>
</div>
</div>
<img src="https://picsum.photos/400/200" alt="Media" class="mt-4 rounded-lg shadow-lg">
</div>
관련 구성 요소
미디어 임베드 컴포넌트 - 마켓플레이스
마켓플레이스를 위해 설계된 복잡하고 반응이 빠른 미디어 임베드 구성 요소로, 레트로/빈티지 색상 팔레트 및 다크 모드를 지원하는 머티리얼 디자인 미학을 특징으로 합니다.
미디어 임베드 컴포넌트
반응형 Media Embed 컴포넌트는 단색 색 구성표를 사용하여 Skeuomorphism으로 설계되었습니다. 여기에는 비디오 플레이어, 스크립트 섹션 및 소셜 공유 버튼이 포함됩니다. 이 디자인은 다크 모드를 지원하며 Tailwind CSS로 제작되었습니다.
뉴모픽 미디어 임베드 컴포넌트
CRM/비즈니스 도구용으로 설계된 생생한 색상의 복잡한 뉴모픽 미디어 임베드 구성 요소로, 비디오 플레이어, 관련 콘텐츠 및 완전한 응답성과 다크 모드를 지원하는 대화형 컨트롤을 보여줍니다.