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

Urban_TechCoder
Author by

Urban_TechCoder

Updated on June 04, 2022

Comments

  • Urban_TechCoder
    Urban_TechCoder almost 2 years

    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
      EspressoBeans almost 3 years
      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 almost 3 years
      Look in to https://headlessui.dev/ Tailwinds official react components, you will find dropdown menu example/code.
    • Urban_TechCoder
      Urban_TechCoder almost 3 years
      thanks for your reply.