A
Anonymous
Default Component - Copy this React, Tailwind Component to your project
Not exactly what i want. This is my code:<nav className="text-dark h-16 lg:flex hidden"> <ul className="mx-auto container md:flex items-center gap-16 text-xl font-semibold px-4 sm:px-0"> <li> <button className="hover:text-gold">Home</button> </li> <li> <button className="hover:text-gold">About</button> </li> </ul> </nav> and i want the home and about to be dropdowns that opens a biger div section via animation that takes up all the space beneath the nav
Prompt
