Brutalist Breadcrumb Navigation
A brutalist-inspired breadcrumb navigation component for booking/reservation systems, featuring high contrast, black and white with a bright accent color, and full responsiveness with dark mode support. Each step is clearly delineated with bold typography and a unique separator.
HTML Code
<nav class="bg-white px-4 py-3 border-b-4 border-black font-mono dark:bg-black dark:border-white sm:px-6 lg:px-8" aria-label="Breadcrumb">
<ol role="list" class="flex flex-wrap items-center space-x-0.5 sm:space-x-1.5">
<li class="flex items-center group">
<a href="#" class="text-black uppercase text-sm font-extrabold tracking-widest hover:text-red-500 pr-1 dark:text-white dark:hover:text-red-500">
Booking
</a>
<span class="hidden sm:block text-2xl text-black select-none dark:text-white">/</span>
</li>
<li class="flex items-center group">
<a href="#" class="text-black uppercase text-sm font-extrabold tracking-widest hover:text-red-500 px-1 dark:text-white dark:hover:text-red-500">
Select Service
</a>
<span class="hidden sm:block text-2xl text-black select-none dark:text-white">/</span>
</li>
<li class="flex items-center group">
<a href="#" class="text-black uppercase text-sm font-extrabold tracking-widest hover:text-red-500 px-1 dark:text-white dark:hover:text-red-500">
Choose Date & Time
</a>
<span class="hidden sm:block text-2xl text-black select-none dark:text-white">/</span>
</li>
<li class="flex items-center group">
<a href="#" class="text-black uppercase text-sm font-extrabold tracking-widest hover:text-red-500 px-1 dark:text-white dark:hover:text-red-500">
Confirm Details
</a>
<span class="hidden sm:block text-2xl text-black select-none dark:text-white">/</span>
</li>
<li class="flex items-center">
<span class="text-red-500 uppercase text-sm font-extrabold tracking-widest px-1 dark:text-red-500" aria-current="page">
Payment
</span>
</li>
</ol>
</nav>
Related Components
Playful Breadcrumb Navigation Component
A playful and engaging breadcrumb navigation component designed for educational platforms, featuring bright colors, rounded elements, and high contrast for easy readability. It supports dark mode and is fully responsive.
Breadcrumb Navigation Component
A Tailwind CSS Breadcrumb Navigation Component with dark mode support.
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.