구성 요소 이동 경로 탐색 Breadcrumb Navigation 구성 요소

Breadcrumb Navigation 구성 요소

다크 모드를 지원하는 Tailwind CSS 이동 경로 탐색 구성 요소.

미리 보기

HTML 코드

<nav class="flex" aria-label="Breadcrumb">
  <ol class="inline-flex items-center space-x-1 md:space-x-3">
    <li class="inline-flex items-center">
      <a href="#" class="inline-flex items-center text-sm font-medium text-gray-700 hover:text-gray-900 dark:text-gray-400 dark:hover:text-white">
        <svg class="w-4 h-4 mr-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10.707 2.293a1 1 0 00-1.414 0l-7 7a1 1 0 001.414 1.414L4 10.414V17a1 1 0 001 1h2a1 1 0 001-1v-2a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 001 1h2a1 1 0 001-1v-6.586l.293.293a1 1 0 001.414-1.414l-7-7z"></path></svg>
        Home
      </a>
    </li>
    <li>
      <div class="flex items-center">
        <svg class="w-6 h-6 text-gray-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path></svg>
        <a href="#" class="ml-1 text-sm font-medium text-gray-700 hover:text-gray-900 md:ml-2 dark:text-gray-400 dark:hover:text-white">Projects</a>
      </div>
    </li>
    <li aria-current="page">
      <div class="flex items-center">
        <svg class="w-6 h-6 text-gray-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path></svg>
        <span class="ml-1 text-sm font-medium text-gray-400 md:ml-2 dark:text-gray-500">Flowbite</span>
      </div>
    </li>
  </ol>
</nav>

관련 구성 요소

Bauhaus_Music_Breadcrumb

음악/오디오 플랫폼을 위한 Bauhaus에서 영감을 받은 간단한 이동 경로 탐색 구성 요소로, 코퍼레이트 블루 톤과 다크 모드 지원으로 완전한 응답성을 제공합니다.

열다

전자 상거래 이동 경로 탐색 - 종이/인쇄에서 영감을 받은 보라색

전자 상거래를 위해 설계된 간단하고 반응이 빠른 이동 경로 탐색 구성 요소로, 보라색/보라색 색 구성표와 함께 종이/인쇄물에서 영감을 받은 미학을 특징으로 합니다. 다크 모드 지원이 포함됩니다.

열다

Breadcrumb Navigation 구성 요소

포트폴리오를 위해 설계된 복잡한 단색 이동 경로 탐색 구성 요소로, 다크 모드 UI와 완전한 응답성을 제공합니다.

열다