Breadcrumb Navigation Component
A responsive breadcrumb navigation component designed with a minimalist flat style, suitable for blogs and content consumption. It includes interactive elements for easy navigation and supports dark mode.
HTML Code
<nav class="bg-white dark:bg-gray-800 p-4 rounded-lg shadow-md">
<ol class="list-none flex space-x-4">
<li class="text-gray-700 dark:text-gray-300">
<a href="/" class="hover:text-blue-600 dark:hover:text-blue-300">Home</a>
</li>
<li class="text-gray-700 dark:text-gray-300">
<span>/</span>
</li>
<li class="text-gray-700 dark:text-gray-300">
<a href="/category" class="hover:text-blue-600 dark:hover:text-blue-300">Category</a>
</li>
<li class="text-gray-700 dark:text-gray-300">
<span>/</span>
</li>
<li class="text-gray-700 dark:text-gray-300">
<a href="/category/post" class="hover:text-blue-600 dark:hover:text-blue-300">Post Title</a>
</li>
</ol>
</nav>
<div class="mt-4 space-y-2">
<div class="flex items-center space-x-2">
<img class="h-8 w-8 rounded-full" src="https://randomuser.me/api/portraits/thumb/men/1.jpg" alt="User Avatar">
<span class="text-gray-800 dark:text-gray-200">Author Name</span>
</div>
<p class="text-gray-600 dark:text-gray-400">
This is a brief description meant for content consumption. It should be concise and engaging.
</p>
</div>
<div class="flex items-center mt-4">
<img class="h-32 w-full rounded-lg" src="https://picsum.photos/800/400" alt="Blog Post Image">
</div>
Related Components
Breadcrumb Navigation Component
Responsive Breadcrumb Navigation Component styled with Material Design and Tailwind CSS, featuring dark theme support and a triadic color scheme.
Bauhaus_Music_Breadcrumb
A simple Bauhaus-inspired breadcrumb navigation component for music/audio platforms, featuring corporate blue tones and full responsiveness with dark mode support.
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.