Brutalist Navigation Component
A brutalist navigation component with responsive behavior and dark theme support.
HTML Code
<nav class="bg-yellow-400 dark:bg-purple-900 p-6 font-mono border-4 border-black dark:border-yellow-400">
<div class="container mx-auto flex justify-between items-center">
<div class="text-2xl font-bold text-black dark:text-yellow-400">Brutal Nav</div>
<ul class="flex space-x-4">
<li><a href="#" class="text-black dark:text-yellow-400 hover:underline">Home</a></li>
<li><a href="#" class="text-black dark:text-yellow-400 hover:underline">Docs</a></li>
<li><a href="#" class="text-black dark:text-yellow-400 hover:underline">Examples</a></li>
</ul>
</div>
</nav>
Related Components
Navigation Components
A responsive navigation component with microinteractions and dark theme support, designed using Tailwind CSS.
Navigation Components
A dark mode navigation bar with responsive design, featuring a logo, avatar, and links for navigation.
Navigation Components Component
Glassmorphism Monochromatic Moderate E-commerce Navigation Component with Dark Mode Support