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/

Share:
11,437

Related videos on Youtube

Author by

Urban_TechCoder

Updated on June 04, 2022

Comments

  • 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 year
      So 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
      Dipankar Maikap over 1 year
      Look in to https://headlessui.dev/ Tailwinds official react components, you will find dropdown menu example/code.
    • Urban_TechCoder over 1 year
      thanks for your reply.