Create a Responsive NavBar with Next.js & TailwindCSS in UNDER 15mins

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • Create a responsive navigation bar with Next.js & TailwindCSS in less than 15 minutes.
    Let me know if you find this video helpful and if you have any recommendations/requests for any upcoming videos you can leave a comment below :) Thank''s for watching.
    Github repo :github.com/vla...
    Buy me a coffee: www.buymeacoff...

КОМЕНТАРІ • 25

  • @davidpadron8329
    @davidpadron8329 Рік тому +2

    Thank you for the tutorial, it had helped to fix my project!

    • @codewithrita
      @codewithrita  Рік тому

      Hey you are welcome. I am happy you found it helpful. I just try to think of real life scenarios to share, things you will actually need when u work on your own projects :)

  • @LucasLima13
    @LucasLima13 Рік тому +3

    Wonderful tutorial, thank you very much... Keep then coming! XD

    • @codewithrita
      @codewithrita  Рік тому +1

      Thank you so much Lucas!! 💙 I am glad u enjoyed the video ☺️

  • @adebayotemidayo7830
    @adebayotemidayo7830 Рік тому +2

    superb...thank you more of this 👍

  • @angry.sparrow
    @angry.sparrow 9 місяців тому +1

    Brilliant. Thanks!

  • @francolocco
    @francolocco Рік тому +1

    Very nice tutorial

  • @andrealvaradocampos4050
    @andrealvaradocampos4050 Рік тому +1

    i loved rita!!!

  • @hoyinli7462
    @hoyinli7462 2 місяці тому

    thx for ur video!

  • @user-yc3mg7ci2g
    @user-yc3mg7ci2g Рік тому

    Super informative

  • @RicardoCamisa
    @RicardoCamisa Рік тому

    Thanks Rita 😍😍

    • @codewithrita
      @codewithrita  Рік тому

      Hey, you are welcome 😊 I hope you found it helpful 😊

  • @supachai.w
    @supachai.w Рік тому +1

    very good !!

  • @damsanhrvatska
    @damsanhrvatska Рік тому +1

    Did you deploy on the Vercel?

  • @kiritokun4999
    @kiritokun4999 Рік тому

    Which vs code theme you are using ? 🙂

  • @andredesouza
    @andredesouza Рік тому +1

    Cool, but how to render a component/page inside the navbar? Do you have to build the pages there inside the "li"? Or the section?

    • @davidpadron8329
      @davidpadron8329 Рік тому +1

      Hello my friend, you don´t have to build a component inside the nav bar. If you want to render a component/page, one way
      to develop that is to make a component and link it with an anchor element href attribute ''. The other way is to
      build routes with a router like 'react-router-dom-v6' and navigate with a url to the next component/page.

  • @TheSohail02
    @TheSohail02 11 місяців тому +1

    your work is good but copying and pasting code is not a good thing. Next time work on it please

  • @TraceOfHumanity
    @TraceOfHumanity Рік тому +1

    Thanks