구성 요소 파일 뷰어 파일 뷰어 구성 요소

파일 뷰어 구성 요소

브루탈리즘 스타일로 디자인된 반응형 파일 뷰어 구성 요소로, 어두운 테마를 지원하고 Tailwind CSS를 사용합니다.

미리 보기

HTML 코드

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-200 dark:bg-gray-800 p-4">
    <div class="bg-white dark:bg-gray-900 border border-gray-400 dark:border-gray-700 rounded-lg shadow-lg p-6 w-full max-w-3xl">
        <h1 class="text-3xl font-bold text-gray-800 dark:text-white mb-4">File Viewer</h1>
        <div class="flex items-center mb-4">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="rounded-full h-12 w-12 border-2 border-gray-600">
            <span class="ml-3 text-xl font-medium text-gray-800 dark:text-white">Uploaded by John Doe</span>
        </div>
        <div class="flex mb-4">
            <h2 class="text-2xl font-bold text-gray-800 dark:text-white">File: Project Report.pdf</h2>
            <div class="ml-auto text-lg font-semibold text-gray-600 dark:text-gray-300">10 MB</div>
        </div>
        <p class="text-gray-600 dark:text-gray-300 mb-6">
            This document contains a detailed report on project progress and future milestones. Please review it carefully.
        </p>
        <img src="https://picsum.photos/600/400" alt="Placeholder Image" class="rounded-md mb-4">
        <div class="flex justify-between">
            <button class="bg-gray-800 text-white font-bold py-2 px-4 rounded hover:bg-gray-600 transition duration-200">Download</button>
            <button class="bg-gray-300 text-gray-800 font-bold py-2 px-4 rounded hover:bg-gray-400 transition duration-200 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600">Delete</button>
        </div>
    </div>
</div>

관련 구성 요소

파일 뷰어 구성 요소

기업/전문가 스타일, 유사한 색 구성표 및 다크 모드를 지원하는 복잡하고 반응이 빠른 파일 뷰어 구성 요소로, 비즈니스 환경에 적합합니다.

열다

파일 뷰어 구성 요소

Tailwind CSS로 설계된 뉴모피즘 스타일의 파일 뷰어 구성 요소입니다. 반응형 디자인과 어두운 테마 지원이 특징입니다.

열다

파일 뷰어 구성 요소

비즈니스/기업 웹 사이트에 적합한 종이/인쇄물에서 영감을 받은 디자인의 간단하고 반응이 빠른 파일 뷰어 구성 요소입니다. 유사한 색상, 시맨틱 HTML 및 다크 모드 지원이 특징입니다.

열다