구성 요소 항행 Navigation 구성 요소

Navigation 구성 요소

Tailwind CSS를 사용하여 다크 모드에 맞게 스타일링된 반응형 탐색 구성 요소입니다.

미리 보기

HTML 코드

<nav class="bg-gray-900 text-white p-4">
    <div class="container mx-auto flex justify-between items-center">
        <div class="flex items-center space-x-4">
            <a href="#" class="text-lg font-semibold">Brand</a>
            <a href="#" class="hidden md:block">Home</a>
            <a href="#" class="hidden md:block">About</a>
            <a href="#" class="hidden md:block">Services</a>
            <a href="#" class="hidden md:block">Contact</a>
        </div>
        <div class="flex items-center space-x-4">
            <input type="text" placeholder="Search..." class="bg-gray-800 text-white p-2 rounded-md" />
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full"/>
        </div>
    </div>
</nav>

<main class="bg-gray-800 min-h-screen p-4">
    <h1 class="text-3xl mb-4">Welcome to Our Website</h1>
    <img src="https://picsum.photos/800/300" alt="Placeholder" class="w-full rounded-lg mb-4" />
    <p class="text-gray-300">This is a simple layout demo for the Navigation Component.</p>
</main>

<footer class="bg-gray-900 text-white p-4">
    <div class="container mx-auto text-center">
        <p>© 2023 Navigation Component. All rights reserved.</p>
    </div>
</footer>

관련 구성 요소

레트로 빈티지 내비게이션 컴포넌트

레트로/빈티지 디자인 스타일의 탐색 구성 요소로, 대시보드를 위한 단색 색 구성표가 있습니다. 링크가 포함되어 있으며 다크 모드를 지원합니다.

열다

Material Design Navigation 구성 요소

회색조 색 구성표를 사용하는 소셜 미디어 인터페이스를 위한 간단하고 반응형이 빠른 Material Design 탐색 구성 요소입니다. 로고, 탐색 링크, 검색 창 및 사용자 아바타가 있는 깔끔한 레이아웃이 특징입니다. Tailwind의 dark: 접두사를 사용하는 다크 모드 지원이 포함됩니다.

열다

대시보드 탐색(Material Design)

Material Design Dashboard Navigation Component는 트라이어딕 색 구성표와 다크 모드를 지원합니다.

열다