Social Media Navigation Bar
Glassmorphism Grayscale Simple Social Media Navigation Bar Component
HTML Code
<nav class="p-4 bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg dark:bg-gray-800 dark:bg-opacity-10 dark:backdrop-filter dark:backdrop-blur-lg">
<div class="container mx-auto flex justify-between items-center">
<div class="text-gray-800 dark:text-white text-xl font-bold">SocialApp</div>
<div class="flex space-x-4">
<a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300">Feed</a>
<a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300">Profile</a>
<a href="#" class="text-gray-800 dark:text-white hover:text-gray-600 dark:hover:text-gray-300">Messages</a>
</div>
</div>
</nav>
Related Components
Minimalist Navigation Bar
A responsive navigation bar component designed in a minimalist style, supporting dark theme and utilizing Tailwind CSS.
Skeuomorphic Navigation Bar
A responsive navigation bar component designed in a skeuomorphic style with dark theme support using Tailwind CSS.
Navigation Bar Component
A responsive navigation bar for an e-commerce website, featuring a glassmorphism design style with a grayscale color scheme and dark mode support using Tailwind CSS.