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
Breadcrumb Navigation Component
Breadcrumb Navigation Component with Skeuomorphism design, responsive effects, and dark theme 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.
Breadcrumb Navigation Component
A Material Design-inspired Breadcrumb Navigation Component for dashboards, using a grayscale color scheme and complex interactions, implemented with Tailwind CSS for responsiveness and dark theme support.