Skeuomorphism Social Media Mega Menu
Mega Menu Component with Skeuomorphism design, Triadic color scheme, and Simple complexity for Social Media purpose. Responsive with dark theme support.
HTML Code
<nav class="bg-gray-200 dark:bg-gray-800 shadow-lg">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center py-4">
<div class="text-gray-800 dark:text-white text-xl font-bold">SocialHub</div>
<div class="hidden md:flex space-x-6">
<a href="#" class="text-gray-700 dark:text-gray-300 hover:text-blue-600 dark:hover:text-blue-400 transition duration-300">Feed</a>
<a href="#" class="text-gray-700 dark:text-gray-300 hover:text-red-600 dark:hover:text-red-400 transition duration-300">Profile</a>
<a href="#" class="text-gray-700 dark:text-gray-300 hover:text-green-600 dark:hover:text-green-400 transition duration-300">Messages</a>
<a href="#" class="text-gray-700 dark:text-gray-300 hover:text-yellow-600 dark:hover:text-yellow-400 transition duration-300">Notifications</a>
</div>
<div class="md:hidden">
<button class="text-gray-700 dark:text-gray-300 focus:outline-none">
<svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path></svg>
</button>
</div>
</div>
</div>
</nav>
Related Components
Mega Menu Component
A minimalist mega menu component designed for showcasing work or products with a dark theme support.
Mega Menu Component
A complex, 3D-inspired responsive mega menu for a dashboard. It uses a triadic color scheme, supports dark mode, and features multiple interactive sections for data visualization and control panels.
Mega Menu Component
A Neumorphism styled Mega Menu Component with a monochromatic color scheme designed for blogs and content consumption. It supports responsive design with dark mode.