Components Breadcrumb Navigation RetroRealEstateBreadcrumb

RetroRealEstateBreadcrumb

A simple, responsive breadcrumb navigation component in a retro/vintage style with autumn colors, suitable for real estate property listings, including dark mode support.

Preview

HTML Code

<nav class="flex justify-center py-4 px-2 sm:px-4 text-sm md:text-base bg-gradient-to-b from-amber-50 to-amber-100 dark:from-stone-900 dark:to-stone-800" aria-label="Breadcrumb">
  <ol class="inline-flex items-center space-x-2 sm:space-x-4">
    <li class="inline-flex items-center">
      <a href="#" class="text-orange-800 hover:text-orange-900 dark:text-orange-400 dark:hover:text-orange-300 font-serif tracking-wide transition-colors duration-200">
        <svg class="w-4 h-4 mr-1 sm:mr-2 text-orange-700 dark:text-orange-500" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
          <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 aria-current="page">
      <div class="flex items-center">
        <span class="text-orange-700 dark:text-orange-500 mr-1 sm:mr-2">/</span>
        <a href="#" class="text-orange-800 hover:text-orange-900 dark:text-orange-400 dark:hover:text-orange-300 font-serif tracking-wide transition-colors duration-200">
          Properties
        </a>
      </div>
    </li>
    <li aria-current="page">
      <div class="flex items-center">
        <span class="text-orange-700 dark:text-orange-500 mr-1 sm:mr-2">/</span>
        <a href="#" class="text-orange-800 hover:text-orange-900 dark:text-orange-400 dark:hover:text-orange-300 font-serif tracking-wide transition-colors duration-200">
          Houses
        </a>
      </div>
    </li>
    <li aria-current="page">
      <div class="flex items-center">
        <span class="text-orange-700 dark:text-orange-500 mr-1 sm:mr-2">/</span>
        <span class="text-stone-600 dark:text-stone-400 font-light font-serif tracking-wide pr-1 sm:pr-0">
          123 Vintage Lane
        </span>
      </div>
    </li>
  </ol>
</nav>

Related Components

Breadcrumb Navigation Component

A responsive breadcrumb navigation component using Tailwind CSS with a glassmorphism design style. Features blurred glass-like background, supports dark theme, and includes placeholder images.

Open

Memphis_Rainbow_Breadcrumb_Navigation

A simple, responsive breadcrumb navigation component with a bold Memphis Design aesthetic featuring a multi-color rainbow gradient, suitable for blog/content sites. Includes dark mode support.

Open

E-commerce Breadcrumb Navigation - Paper/Print Inspired Purple

A simple, responsive breadcrumb navigation component designed for e-commerce, featuring a paper/print-inspired aesthetic with a purple/violet color scheme. Includes dark mode support.

Open