Sidebar Bootstrap 5 | Coding League

Поделиться
HTML-код
  • Опубликовано: 15 май 2022
  • How to create sidebar bootstrap 5.
    #sidebar #bootstrap5
    Checkout other bootstrap sidebar Video:
    • Responsive Bootstrap 5...
    Get 20% discount on hostinger:
    hostinger.com/?REFERRALCODE=1...
    Code: codepen.io/coding-league/pen/...
    Subscribe
    / @webpexels

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

  • @jorgeduardo101
    @jorgeduardo101 7 месяцев назад +2

    Awesome video! works like a charm!

  • @joaquingonzalez2297
    @joaquingonzalez2297 5 месяцев назад

    Thanks for this! Really awesome :)

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

    Thanks a lot! This was so helpful! ❤️

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

    Can you make a video on how to change the content based on what user choose?

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

    I'm just now trying to learn coding for work and this is *so* helpful!

  • @CavaOfficial
    @CavaOfficial 6 месяцев назад +1

    nice

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

    excellent. thank you!

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

    You're so great Sir.

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

    when i typed in soft soft tutorial i did not expect it to be tNice tutorials good thank you so much aaaaaaa

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

    Спасибо огромное!

  • @masinde.charles
    @masinde.charles Год назад +2

    This is awesome

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

    Thank You. Great Job😍😍

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

    how to make it active when clicked, it dont work for me

  • @gta-x-freefire9764
    @gta-x-freefire9764 Год назад +1

    In jq open btn is working but close isn't any help..?

  • @subaash1706
    @subaash1706 7 месяцев назад +2

    Offcanvas might have helped. Isn't it? Idk...

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

    excellent stuff, leaned a lot

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

    i love this

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

    in the video you can see that you enter div.class, and then the editor creates clean html. Which extension is this?

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

      Hi, Thank you so much!
      If you're using vs code then write div.class and hit the tab button. I hope this will work for you.

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

    Thankyou

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

    voice rakhenge to aur behtar hoga sir

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

    can we have the source code, please?

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

    thank you very much for your efforts.. I do this sidebar using RTL but when I use it the side bar doesn't work probably, I think the problem with a jQuery, can you help me to solve it?

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

      Let me know your problem?
      Is it opened on desktop?
      Click function is working?

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

      @@CodingLeague yes it is opened in desktop, but the click function doesn't work. I am only changed the direction for HTML tag to RTL and used the Bootstrap CDN also for RTL

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

    Need source code pease! Thank you

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

    When I put navbar, why is my navbar filling up the screen? not directly adjust beside the sidebar like yours. Even though I followed the steps.

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

      May you're missing margin left. Thanks

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

    Brother i think the code is not updated at given link as sliding is not working or maybe not implemented there

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

    uauuuuuu, very nice

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

    I have an doubt when I add navbar next to sidebar as you did in that but navbar hide the side bar top now how can i fix that problems can i get your help to clear that please

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

    Nice. I tried. It's properly working for me. But I can not make it navbar as fixed and sidenav as scrollable if it have more items. Please help me

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

      Thanks..
      Set position:fixed; and height would be 100vh;

  • @Mustafa-ji3cp
    @Mustafa-ji3cp Год назад +1

    can i get source code

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

    source code pls

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

    can I get source code?

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

    Hi. What if I want to show my navbar-logo and sidebar button on large screens (since you hid it in yours)? What should I add or change?
    I tried to remove the class "d-md-none" on before the sidebar button and navbar logo to show them but when I click it, the sidebar won't hide, nothing happens. The sidebar button only toggles on small screen. Basically, I want to be able to hide the sidebar on large screens too. I hope it makes sense. I really need help. Thank you.

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

      Hi,
      Thank you so much!
      Step 01:
      Remove d-md-none and d-block from closing button under sidenav.
      Step 02:
      Remove d-md-none d-block under horizontal navbar.
      Step 03:
      Set .close-btn to display none.
      Step 04:
      Set #side_nav margin-left: -250px
      Step 05:
      Set #side_nav.active margin-left: 0px
      Step 06:
      Change javaScript code
      ----
      Hide open button
      Show close button
      $('.open-btn').on('click', function () {
      $('.sidebar').addClass('active');
      $('.open-btn').hide();
      $('.close-btn').show();
      });
      --------------------------------
      Hide close button
      Show open button
      $('.close-btn').on('click', function () {
      $('.sidebar').removeClass('active');
      $('.close-btn').hide();
      $('.open-btn').show();
      })
      I hope this would be helpful. Another tutorial is coming soon.

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

      @@CodingLeague It worked! Thank you so much for the step-by-step you have no idea how much you helped ❤

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

      Always welcome :)

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

    For who not showing up, u can try this
    hr.h-color{
    border: 0;
    background-color:#eee;
    height: 5px;
    }

  • @user-yg1nm6vj4b
    @user-yg1nm6vj4b 6 месяцев назад +1

    I love you

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

    Nice video

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

    u saved me thank u alot?

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

    I want this navbar in responsive not it full screen how can i do it?

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

      I don't get it. If you're talking about responsive then it is responsive.

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

    Someone Using bootstrap 5.2.3 with problems with the sidebar?

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

      5.0 is stable but most people saying the same 5.2 isn't.

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

    why is the javascript doesn't work on me

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

      May be you're missing some steps. :)

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

      You are a human, JavaScript only works on computers, sorry 😞

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

    Nice video pls can i get the source code

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

    can I get the source code ????

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

      Hi,
      Abood arter did you watch the whole video?
      Thanks

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

    Sidebar toggle icon is not showing...! Any suggestions?

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

      Missing font awesome library? Or fix js

  • @maheenkashish4827
    @maheenkashish4827 7 месяцев назад +1

    dede yaar source code

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

    Can we have the source code please?

    • @treseibert795
      @treseibert795 Год назад +6

      Love how he likes it but doesn't provide it lmao

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

      This is ltrly is a coding Video. Just take it or look for bootstrap examples on there docs

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

    Can i get the source code?