SR
Stefano Rimoldi

Hamburger Menu - Copy this React, Tailwind Component to your project

{isOpen && ( <nav className="md:hidden absolute inset-0 min-h-screen bg-gray-900 bg-opacity-100 z-40 flex flex-col items-center justify-center space-y-6"> {navItems.map((item) => ( <Link key={item.id} to={item.to} className="text-xl text-gray-300 hover:text-orange-400 px-3 py-2 rounded-md font-medium transition-colors" onClick={() => setIsOpen(false)} > {item.name} </Link> ))} </nav> )} vorrei uno stile moderno e minal

Prompt
Component Preview

About

HamburgerMenu - A full-page overlay menu that expands smoothly, offering easy navigation. Built with React and Tailwind. View and copy code!

Share

Last updated 1 month ago