구성 요소 미디어 구성 요소 미디어 구성 요소 구성 요소 39

미디어 구성 요소 구성 요소 39

다크 모드 UI로 디자인된 미디어 컴포넌트로, Tailwind CSS를 사용하여 반응형 효과와 어두운 테마를 지원합니다.

미리 보기

HTML 코드

<div class="bg-gray-900 text-white p-6 rounded-lg shadow-md max-w-md mx-auto mt-10">
    <div class="flex items-center mb-4">
        <img class="w-12 h-12 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="User Avatar">
        <div class="ml-4">
            <h2 class="text-xl font-bold">John Doe</h2>
            <p class="text-gray-400">Posted 2 hours ago</p>
        </div>
    </div>
    <img class="w-full rounded-lg mb-4" src="https://picsum.photos/600/400" alt="Media Content">
    <h3 class="text-lg font-semibold mb-2">Amazing Scenery</h3>
    <p class="text-gray-300">This is a beautiful representation of nature that showcases the stunning landscapes we often take for granted.</p>
    <div class="mt-4 flex justify-between">
        <button class="bg-red-600 text-white px-4 py-2 rounded hover:bg-red-700 focus:outline-none focus:ring focus:ring-red-300">Like</button>
        <button class="bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700 focus:outline-none focus:ring focus:ring-blue-300">Comment</button>
    </div>
</div>

관련 구성 요소

미디어 구성 요소

반응형 디자인과 어두운 테마를 지원하는 미디어 디스플레이를 위한 Neumorphism 스타일 구성 요소입니다.

열다

Industrial_Marketplace_Media_Component

마켓플레이스를 위한 단순한 인더스트리얼 스타일의 미디어 구성 요소로, 이미지, 제목 및 가격을 특징으로 하며 원자재와 실용적인 미학에 중점을 둡니다. 단풍을 사용하며 다크 모드를 지원합니다.

열다

미디어 컴포넌트 컴포넌트

Material Design과 단색 색 구성표를 사용한 전자 상거래를 위한 반응형 미디어 구성 요소입니다.

열다