Desktop and Mobile Responsive Sidebar With Submenu Using React js and tailwind css and Framer Motion

Поделиться
HTML-код
  • Опубликовано: 7 мар 2023
  • Desktop and Mobile Responsive Sidebar With Submenu Using React js and tailwind css and Framer Motion
    Code A Program...
    GitHub src link :github.com/Sridhar-C-25/sideb...
    Thanks for watching,
    Follow us on :
    Github : github.com/Sridhar-C-25
    Instagram: / codeaprogram
    #reactjs
    #reactjs

Комментарии • 25

  • @rudrakshya1
    @rudrakshya1 Год назад +4

    This is called perfect professional coding. Its helps me so much.

  • @nicolassuarez2933
    @nicolassuarez2933 9 месяцев назад +1

    Outstanding!!!

  • @shivanand0297
    @shivanand0297 Год назад +5

    it would be game changer if you have would have added your voice over in this with the explanations of code :)

  • @oketafred
    @oketafred Год назад +2

    Awesome content

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt Год назад +3

    nice video bro

  • @shivanand0297
    @shivanand0297 Год назад +1

    awesome bro thank you so much

  • @lebidhacalaye5818
    @lebidhacalaye5818 11 месяцев назад

    perfect , thanks

  • @BarklegneGatahun
    @BarklegneGatahun 3 месяца назад

    Thank you brother you saved me! You have got a new subscriber.

  • @GopinathM-gz2jm
    @GopinathM-gz2jm 8 месяцев назад

    This is perfect sidebar, but there is an issue, when i add any pages with space like(new profile) inside sumbmenu, its not routing to that page, please tell me an solution

  • @aryansrivastava6692
    @aryansrivastava6692 4 месяца назад +1

    Thank You for this tutorial

  • @broken_jail2506
    @broken_jail2506 2 месяца назад

    how do I make the sidebar fixed to the screen such that even when I scroll down its still there???

  • @nitinbansal9961
    @nitinbansal9961 Год назад +3

    Good Sidebar, thanks for sharing the code. I found few problems, but apart from its good.
    1) The Sidebar is not sticky on big screen. When the new content is added scrolls with the content.
    2) The responsiveness works on browser dev mode but on actual mobile browser the text next to icon disappears from some reason. I'm trying to find out the reason but if you have quick solution, please share. Thanks.

    • @nitinbansal9961
      @nitinbansal9961 Год назад +1

      The problem is with lists:

      Authentication

      for some reason, the mobile browser is unable to read the text pasted between Navlink tag from react-router-dom. Weird behaviour, never seen it. :)

    • @alexanderpetkov97
      @alexanderpetkov97 10 месяцев назад +1

      @@nitinbansal9961 did you manage to find a solution for this? I think the problem is with the min-w-max class of the icon, changing it to w-10 for example looks better in my case.

    • @amirawebsystems5217
      @amirawebsystems5217 8 месяцев назад

      @@alexanderpetkov97 it worked for me here too w-10 thanks

    • @broken_jail2506
      @broken_jail2506 2 месяца назад

      how did you fix the sidebar to be fixed on the page, even when you add new content and scroll down??

    • @alexggk
      @alexggk 2 месяца назад

      You can add something like this, but I need to check the mobile form

  • @divyasingh6981
    @divyasingh6981 2 месяца назад

    Tailwind css use in commercial website, so it will be free or paid

  • @QhoirulAnwar
    @QhoirulAnwar 4 месяца назад

    please add sweipe gesture on mobile, to show sidebar menu

  • @unpamprogramming4497
    @unpamprogramming4497 2 месяца назад

    how route to login?

  • @perspectivelevel7969
    @perspectivelevel7969 9 месяцев назад +1

    The code is excelent, but i have a cuestion, if i create the page Login.jsx how do I leave it out of the ?
    gpt chat did not know how to give me the answer no matter how many times I tried jaja
    thx in advance!

    • @CodeAProgram
      @CodeAProgram  9 месяцев назад +1

      Great question, you want to write some condition using current path url '/login'
      You have multiple url restrictions
      Let excludeLayoutURLS = [/login, /signup]
      Write condition excludeLayoutURLS include current pathname not render navbar and footer
      Like this,
      excludeLayoutURLS.includes(pathname) === false ? : null

  • @03015988221
    @03015988221 4 месяца назад

    How to add submenu page