Responsive Sidebar with React js and tailwind css | React js and tailwind css tutorial

Поделиться
HTML-код
  • Опубликовано: 8 мар 2022
  • Responsive Sidebar with React js and tailwind css | React js and tailwind css tutorial
    Code A Program...
    GitHub src link: github.com/Sridhar-C-25/sideb...
    Other videos :
    Animated Website design using tailwind css :
    • Animated website desig...
    • Animated website desig...
    React tailwind use website:
    • React js website design
    Ecommerce card design with tailwind css :
    • design with tailwind c...
    Responsive footer with react js and tailwind css :
    • How to make a responsi...
    Responsive website using React js and tailwind css :
    • Responsive website usi...
    Responsive navbar with vue js and tailwind css :
    • How to make a responsi...
    Responsive sidebar with tailwind css :
    • How to make a responsi...
    Cool Table design with tailwind css :
    • How to make a table de...
    React js and tailwind css use Navbar :
    • How to make a responsi...
    Tailwind css only Responsive navbar :
    • How to make a responsi...
    Infinite css animation tutorial :
    • css infinite tutorial ...

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

  • @jesseneon1896
    @jesseneon1896 Год назад +9

    I was stuck on a project and found this video really helpful. Thanks alot.

  • @life_moments.365
    @life_moments.365 2 года назад +16

    I searched many times for the past 5 months for a react dashboard sidebar tutorial, at last I got a tutorial I want.
    Thanks a lot.❤️
    Eagerly waiting for upcoming tutorials.

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

    Awesome, exactly what I was looking for... THANKS BRO

  • @leomacdon7858
    @leomacdon7858 Год назад

    Thank you. That is so amazing, can't wait to see some like this..

  • @anazodovanessa5323
    @anazodovanessa5323 7 месяцев назад

    Very short and simple. Thank you and nice music choice. 😊

  • @sebastianmorales823
    @sebastianmorales823 Месяц назад +1

    bro really thank you, its exactly that i was searching ✨

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

    Good stuff. Appreciate you sharing.

  • @tatemo_labs
    @tatemo_labs 2 года назад +1

    Just brilliant. Thank you for sharing!

  • @user-hx8tk8iq9k
    @user-hx8tk8iq9k 9 месяцев назад

    Really amazing bro....

  • @AmitabhSuman
    @AmitabhSuman 10 месяцев назад

    Damn good tutorial. Super like Buddy! Thank you!

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

    Tusen Takk bror min.

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

    simple, fast and easy, nice tutorial, Thanks

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

    The Best tutorial, fast and good 🍷

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

    Thanks man, i used that with angular CLI and it's very good.

  • @markantony9260
    @markantony9260 3 дня назад

    Love the tutorial, love the flow. Thank you.
    Where did you get the icons?

  • @marimuthur9456
    @marimuthur9456 2 года назад +3

    Really awesome trick thank you so much it's very quick method to develop the sidebar 👌🏼👌🏼👌🏼

  • @user-cp6ge5zo7o
    @user-cp6ge5zo7o 8 месяцев назад

    Great Job

  • @thedavistheory7674
    @thedavistheory7674 10 месяцев назад

    Well this was actually really understandable, very nice!
    Maybe add some commentary the next time?

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

    Supperrrrr

  • @minhthienlam499
    @minhthienlam499 2 года назад +6

    Thanks bro very much, I contribute some code i have add
    // Auto close menu when on mobile
    const handleResize = () => {
    if (window.innerWidth < 720) {
    setOpen(false)
    } else {
    setOpen(true)
    }
    }
    useEffect(() => {
    window.addEventListener("resize",handleResize)
    })

    • @1997mugunth
      @1997mugunth 2 года назад +1

      Thank you for this code, I very much needed this for my project to make it responsive

    • @CodeAProgram
      @CodeAProgram  2 года назад +4

      Welcome mugunth, share and subscribe

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

      to further optimize this
      useEffect(() => {
      window.addEventListener("resize", handleResize);
      return () => {
      window.removeEventListener("resize", handleResize);
      };
      }, []);

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

    How do I prevent the page content from ending up under the sidebar when I minimize the window

  • @saksahgx4011
    @saksahgx4011 2 года назад +2

    Excellent video, simply amazing, THANKS

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

    Thanks Brother for this tutorial

  • @abdellatif.laghjaj
    @abdellatif.laghjaj 9 месяцев назад

    i love it
    but what if we want sub menu????

  • @editingtuto1.011
    @editingtuto1.011 11 месяцев назад

    Best 🤩😍

  • @omarsam1
    @omarsam1 2 месяца назад +1

    Very short and simple. Thanks Bro ❤

  • @raheelsajjad3092
    @raheelsajjad3092 2 года назад +5

    nice bro!! can you please mobile view of this sidebar ? please :)

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

    very nice tutorial. How do I now start populating elements in the main whitescreen ?

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

    wow, that's great. 😍

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

    Very helpful to me .Thank you soo much Man......

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

    Youre amazing, thank you

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

    How can we add routing here? like when you click in each side bars it should link to a different page.

  • @yee6682
    @yee6682 2 года назад +1

    good!!

  • @YunusOfficial
    @YunusOfficial 5 месяцев назад +1

    thx broo

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

    This is amazing! Thank you. I have a question. I'm trying to create more content to the right of the Sidebar, but it populates below the sidebar instead of to the right. How can I fix this? I've just started learning Tailwind this week. Thanks for your help!!

    • @CodeAProgram
      @CodeAProgram  Год назад

      codeaprogram@gmail.com
      Share your code 👆

    • @joeyfaris231
      @joeyfaris231 Год назад

      @@CodeAProgram I just sent you an email😄

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

    Muito obrigado!

  • @mustaqimaziz4310
    @mustaqimaziz4310 2 года назад +1

    Beautiful

  • @vladimirnavarro705
    @vladimirnavarro705 Год назад

    Great, I'm new to programming, I can't find how to change the color when I select an option and it stays that way, I understand that it's with the index, but I made the menu as a complement and I don't know how to make it dynamic or recursive :( Note: (I don't know english google helped me)

  • @lev_bul
    @lev_bul 2 года назад +2

    super!

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

    Thank you sir

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

      Share and subscribe

    • @nandopookey9195
      @nandopookey9195 Год назад

      @@CodeAProgram done

    • @nandopookey9195
      @nandopookey9195 Год назад

      @@CodeAProgram sorry sir, i got a little problem, in this code className={'$open ? "w-72" : "w-20"} h-screen bg-dark-purple relative'}, but when i run the program, the sidebar doesn't appear. only the homepage appears, please help me, thank you

  • @user-fn6ui9yb7j
    @user-fn6ui9yb7j Месяц назад +1

    tnx

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

    good word & songs ❤

  • @errtya6989
    @errtya6989 2 года назад +1

    cool

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

    Hi, nice work! How could I link this to react-Dom? I can't navigate through the different pages of my app.

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

      reactrouter.com/en/main/start/tutorial

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

    so coool xD

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

    i have trouble, why icon not showing in my coding? did you know? i copy your source code, please help me. Icon i mean like icon seaerch, dashboard etc

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

    can you responsive it?

  • @salmaniproductions1104
    @salmaniproductions1104 11 месяцев назад +1

    Is it responsive tooo ???

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

    Where are the icons from?

  • @DevBishwasBh
    @DevBishwasBh 2 года назад +1

    You really deserve a liker and a subscriber like me.

  • @azo1999
    @azo1999 10 месяцев назад

    How can ı use $ ? Read only string mode

  • @Hamzaahahaa
    @Hamzaahahaa 2 года назад +3

    You should have added atleast one submenu also

  • @user-yn3fs3yg2e
    @user-yn3fs3yg2e 8 дней назад

    Where is icon menu

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

    The songs too kindly leave a description

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

    Nice, Please what is the name of the song playing?

  • @omnijudah
    @omnijudah Год назад

    what editor is this?

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

    Why do we use vite?

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

      Vite uses native ES modules and modern browser APIs to deliver fast, incremental builds that are optimized for development.

  • @luishenriqueandradepellizz680
    @luishenriqueandradepellizz680 9 месяцев назад

    You literally copied the UI from @Pradip Debnath RUclips channel

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

      🙄 I posted the video 9-Mar-2022, @PradipDebnath posted date
      10 may 2022. First you see the exact date

  • @sametkoyuncu
    @sametkoyuncu 2 года назад +2

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

    Thank you sir