How can I transition height: 0; to height: auto; using tailwind CSS?
I’m trying to implement a dropdown menu with smooth open and close transitions using Tailwind CSS in a Next.js application. Currently, I have the following structure:
I’m trying to implement a dropdown menu with smooth open and close transitions using Tailwind CSS in a Next.js application. Currently, I have the following structure: