Dropdown Menu - Next.js & Tailwind CSS
11,437
The developers of tailwindcss actually create fully unstyled UI components, check it out here: https://headlessui.dev/
Related videos on Youtube
Author by
Urban_TechCoder
Updated on June 04, 2022Comments
-
Urban_TechCoder 7 months
I am working on a project and I need a sample code of dropdown menu using tailwind CSS and Next.js. If anyone could help me I would greatly appreciate it.
-
EspressoBeans over 1 yearSo it's not typical to ask for "free" code samples in StackOverflow, instead show what you've already tried and ask for help. A good resource to find code samples is github, as long as you have a search strategy of certain keywords, filetypes, and project types.
-
Dipankar Maikap over 1 yearLook in to
https://headlessui.dev/
Tailwinds official react components, you will find dropdown menu example/code. -
Urban_TechCoder over 1 yearthanks for your reply.
-