구성 요소 머리글 레트로 빈티지 헤더 구성 요소

레트로 빈티지 헤더 구성 요소

레트로/빈티지 스타일의 반응형 헤더 구성 요소로, 어두운 테마를 지원하는 대시보드에 맞게 조정됩니다.

미리 보기

HTML 코드

<header class="bg-gradient-to-r from-purple-700 via-pink-500 to-yellow-500 dark:bg-gradient-to-r dark:from-purple-900 dark:via-pink-700 dark:to-yellow-700 p-5">
    <div class="flex justify-between items-center">
        <div class="flex items-center">
            <img src="https://picsum.photos/50" alt="Logo" class="rounded-full mr-3">
            <h1 class="text-white text-3xl font-bold">My Dashboard</h1>
        </div>
        <nav class="space-x-4">
            <a href="#" class="text-white transition duration-300 ease-in-out hover:text-yellow-300">Home</a>
            <a href="#" class="text-white transition duration-300 ease-in-out hover:text-yellow-300">Reports</a>
            <a href="#" class="text-white transition duration-300 ease-in-out hover:text-yellow-300">Settings</a>
        </nav>
    </div>
    <div class="mt-4">
        <input type="text" placeholder="Search..." class="p-2 rounded-md bg-white dark:bg-gray-800 text-gray-800 dark:text-white focus:outline-none focus:ring-2 focus:ring-yellow-500 w-full max-w-md">
    </div>
    <div class="mt-4 flex items-center space-x-3">
        <div class="flex items-center">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="rounded-full h-8 w-8">
            <span class="ml-2 text-white">John Doe</span>
        </div>
        <button class="bg-yellow-500 text-white px-4 py-2 rounded-md hover:bg-yellow-400 transition duration-300">Logout</button>
    </div>
</header>

관련 구성 요소

헤더 구성 요소

Neumorphism 스타일의 헤더 구성 요소는 어두운 테마, 반응형 디자인, 여러 대화형 요소를 포함하는 포트폴리오를 위한 것입니다.

열다

스케우오 헤더 컴포넌트

Skeuomorphism 디자인, 어두운 테마 지원 및 탐색 모음이 있는 반응형 헤더 구성 요소입니다.

열다

헤더 구성 요소

블로그 또는 콘텐츠 사이트를 위한 간단하고 반응형이 빠른 헤더 구성 요소로, 단색 스타일과 다크 모드를 지원하며, 탐색 링크 위로 마우스를 가져갈 때 발생하는 미묘한 미묘한 상호 작용에 중점을 둡니다.

열다