Sidebar Navigation Menu using Tailwind CSS | Beginners Guide to Tailwind CSS

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 114

  • @vardaan_agarwal
    @vardaan_agarwal Рік тому +11

    Hello Pradip, this tutorial is jam packed with knowledge, not only did i learn how to implement the toggle functionality the proper way but also these cool animations that we can add on to it. Keep it up! 👍

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

    Thank you for the detailed guidance. It's easy to follow. Good job.

  • @waltergomero
    @waltergomero 2 роки тому +4

    Simple, clear and robust. Awesome tutorial.

  • @ezequiel3676
    @ezequiel3676 8 місяців тому

    great tutorial man, and thank you for no background music. This is the right video format!

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

    This is amazing! great design, good explanation and easy to follow. Thank you so much for this tutorial!

  • @sahilsaini05
    @sahilsaini05 2 місяці тому +1

    Thanks for this simple and useful tutorial 🔥

  • @oluwaseunladeinde410
    @oluwaseunladeinde410 9 місяців тому

    Simple and straight to the point. Thank you Pradip.

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

    Great tutorial. Well explained. Just what I was looking for

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

    10K claps for video content. Thanks for sharing!

  • @galindoxrafa
    @galindoxrafa 9 місяців тому

    Thanks, I had to modify it a bit as I use Laravel/Livewire but the Tutorial is easily convertible to other platforms. Great job!

    • @itzpradip
      @itzpradip  9 місяців тому

      Thanks for sharing your use case!

  • @josphat.Karanja
    @josphat.Karanja 2 роки тому +2

    Awesome side bar with cool translation, Awesome👍👍👍

  • @Aff3mitWaff3Lp
    @Aff3mitWaff3Lp 2 роки тому +25

    Would be awesome if you could provide the code. It would be much easier to test it out.

  • @techyvivekraj
    @techyvivekraj 2 роки тому +1

    Thank You for these helpful video, I always use to watch your react native tutorial.

  • @davidcranf7110
    @davidcranf7110 6 місяців тому

    Thank you Pradip ! 🙏

  • @afthaabb
    @afthaabb 10 місяців тому +1

    20:09 where did you declare the element menu and index??

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

    Awesome tutorial. I try some way, but can not add the animation in the submenu level ("project") when expand it. It will be perfect if we could add animation when expand the submenu and make it smoothly

  • @thinkcorrectly
    @thinkcorrectly 2 роки тому

    i was at the 8 minutes mark then i got engrossed in the potential masterpiece i could make and started dancing and bobbinb my head

  • @mtsurov
    @mtsurov 2 роки тому +2

    Great vid. Exactly what i needed. Thank you for sharing. Its a sub.

  • @roebienarnaiz
    @roebienarnaiz 2 роки тому +7

    const Menus = [
    { title: "Dashboard" },
    { title: "Pages" },
    { title: "Media", spacing: true },
    {
    title: "Projects",
    submenu: true,
    submenuItems: [{ title: "Submenu 1" }, { title: "Submenu 2" }, { title: "Submenu 3" }],
    },
    { title: "Analytics" },
    { title: "Profile", spacing: true },
    { title: "Setting" },
    { title: "Logout" },
    ];

  • @dart_ariz604
    @dart_ariz604 9 місяців тому

    Thanks for your excellent tutorial.. was trying to implement smooth transition in one of the sidebar but was confused.. thanks to you

  • @spotnuru83
    @spotnuru83 6 місяців тому

    Amazing tutorial, really appreciate it.. keep up the good work

  • @lailifitrasanilukman
    @lailifitrasanilukman 19 днів тому

    thank you for your tutorial

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

    thanks for this! really good tutorial

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

    Hi, thank you for this great tutorial, is there a way to do this without react and use just pure js and css? Thank you.

  • @CodeAProgram
    @CodeAProgram 2 роки тому +3

    Good video , similar to me but I am using React js and tailwind css

    • @itzpradip
      @itzpradip  2 роки тому

      Keep it up

    • @b1chler
      @b1chler 2 роки тому +1

      Thanks to Code A Program for sharing the repo!!!

  • @waqas-cs
    @waqas-cs 8 місяців тому

    Amazing, thank you for tutorial

  • @ralphmoran
    @ralphmoran 8 місяців тому

    Great video. Thanks for sharing

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

    Very Beautiful now Guyz let do one more thing add an on click function to your content side to set open to false. When you click anywhere in the mail page this will hide side sidebar for you automatically happy coding and you can do more depending on device size

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

    Hi - do you have the source code from this video somewhere? I could not find it in your github repos. Thanks!

  • @md.khairulalam197
    @md.khairulalam197 Рік тому

    Thanks for this great one.....❤

  • @bagussonarangga7283
    @bagussonarangga7283 2 роки тому +2

    How about if we have 2 or much submenus? there's open all when I click one

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

      I too bumped into this issue... found a solution? Please share...

  • @xxic.
    @xxic. Рік тому

    Great tutorial. I'm using Vuejs but could easily follow the tailwind bit that I was interested in.

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

    I think you are having wonderfull knowledge on front end ,Iam having good knowledge on javascript but not on css , so could you please suggest me a good way to get command on css

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

    This is fantastic. thank you so much

  • @iDreamOfOkra
    @iDreamOfOkra 2 роки тому

    Awesome tutorial. Thank you!

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

    Add hover on the icons when minimized so that a user can know what the icon means, also do you have one for the top nav in Tailwind,and also which plugin are you using for Tailwind. Thanks

  • @maghani.official
    @maghani.official 2 роки тому

    Wonderful. Thank you for sharing this.

  • @bassam.2023
    @bassam.2023 2 роки тому

    Excellent tutorial!

  • @mayit4me
    @mayit4me 2 роки тому

    Awesome, thank you!

  • @eltonchavez
    @eltonchavez 2 роки тому

    Great video!! Thanks a lot!!!

  • @VAcharya
    @VAcharya 2 роки тому +1

    Very nice tutorial !! Thank you very much. How to make entire "Project" clickable instead of just arrow icon ? Please help

  • @sokhaitrey9211
    @sokhaitrey9211 5 місяців тому

    Best tutorial

  • @ehmztangpuz706
    @ehmztangpuz706 2 роки тому

    Really nice and helpful... Thanks!

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

    Loved it!!

  • @gianniskourtessis5483
    @gianniskourtessis5483 2 роки тому

    Man thank you your a great teACHER, curious I noticed you used the sequencer for drums, but can't I just play those softs via the

  • @pasindusandaruwanweerasing5747

    simpl clear and super super

  • @julietkelechi7785
    @julietkelechi7785 2 роки тому +2

    Great video as always, how about the mobile view of this sidebar?

  • @kishankumar-ze5pf
    @kishankumar-ze5pf Рік тому

    its very simple and usefull

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

    Background-color doens't fill all elements if the size of elements is larger than the size of the screen. Need to do adjustments related to h-screen

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

    It is good tutorial thank you but one thing to mention - it is not good to use boolean in sebMenuOpen since we can have more than one dropdown menu and it set to true it will open all the dropdown menus instead it is clear to use menu Id or name and then open according to name or ID. Despite that it is useful tutorial

  • @immikegt
    @immikegt 2 роки тому +2

    Hi! , Thanks for the video!!! ... I found a simple Bug, it shows an error in console for the "Key" atribute , but it solves adding insted of the shorthand use the "Fragment" and adding the Key atribute on it like: insted of adding it on . Thanks again for the video!!!, please convert it on a Responsive mobile first sidebar!

  • @_elguet5787
    @_elguet5787 2 роки тому

    great stuff thank you very much

  • @suryapratap3622
    @suryapratap3622 7 місяців тому

    great work

  • @akshayshelkeengg
    @akshayshelkeengg 2 роки тому

    very very nice... Thank you

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

    What if there are multiple submenus, when sunmenuOpen = true all submenus are opened

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

      Have you been able to fix this issue? If not i can show you my work around

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

      @@Jazz__Dev Hi... Please share the workaround... many ppl are facing this issue...🙏

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

      @@vasudevg1165 Not sure I'm following again please. Could you be more details regarding what the main issue is so that I can know where to look.

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

      @@Jazz__Dev the issue of all submenus expanding when any top-level item is clicked

  • @sanketthakre7375
    @sanketthakre7375 4 місяці тому

    Opening the inspect tool at the bottom, misalign the height of sidebar.

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

    from where can I get its code?

  • @selindemircioglu3502
    @selindemircioglu3502 2 роки тому +2

    Hi, first of all thanks for the tutorial it was helpful :) But i need help because i did the submenu part but i have more than one category who has submenus . So when i click the arrow it runs all three categories' submenus. But i only want to see the one i clicked. Do you mind help me? Pls

  • @waelm.elsaid295
    @waelm.elsaid295 2 роки тому

    Thank you, but i have a problem . if i have two menu has submenus when click on one, both of submenus open. how can i solve this

    • @eczeeofficial
      @eczeeofficial 2 роки тому +1

      i had similar problem in a vue project. the way I solved it was to add a property to the sidebar links object of open: false. Whenerver I click on the link, I run a func that takes the index as a parameter and iterate through the links. if link !== sidebarLinks[index] i would set it's value to false, otherwise set to it's opposite. then you have to implement the collapse logic for the link the way you like, since i use vue it wouldn't apply to react

  • @mohamedyoussef8835
    @mohamedyoussef8835 2 роки тому

    Awesome Video ++++++++++++++++++++++++ 😃

  • @komapas_pku215
    @komapas_pku215 2 роки тому

    merci beaucoup a toi :))

  • @abhinandvp5289
    @abhinandvp5289 2 роки тому

    Helpful Thankyou

  • @kukuh1824
    @kukuh1824 9 місяців тому

    my problem is when menus have multiple dropdown and then all submenu is open

  • @kittisakphatchaiphongsa3177
    @kittisakphatchaiphongsa3177 2 роки тому

    Thx you very muchhhhhhhh

  • @CodeSnipet
    @CodeSnipet 10 місяців тому

    Awesome

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

    very nice

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

    where can i get the code of this...pls anyone can share it.

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

    TY

  • @nitinameta1133
    @nitinameta1133 10 місяців тому

    Hiii bro in this video please add routing whis is must important for us as soon as possible

  • @nitinameta1133
    @nitinameta1133 10 місяців тому

    How to add routing in this menus

  • @alexsantos8410
    @alexsantos8410 10 місяців тому

    How to place navigation links?

  • @BirMilyonTL
    @BirMilyonTL 7 місяців тому

    thanks

  • @lecongduong6056
    @lecongduong6056 2 роки тому +1

    please did more videos like this

    • @itzpradip
      @itzpradip  2 роки тому

      Sure. Thanks for your comment & support.

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

    how to make it scrollable on the menu?

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

      I made h-fit instead of h-screen and the size of the sidebar became dynamic

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

      @@vasudevg1165 thank you

  • @RakeshKumar-ef1lz
    @RakeshKumar-ef1lz Рік тому

    is there any repo bro?

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

    16:22 bookmark

  • @techyvivekraj
    @techyvivekraj 2 роки тому

    Is this device responsive

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

    the font that you are using in the code it is really annoying try to use the normal font aside from this , good work thank you and goodluck .

  • @a.j.l.____8165
    @a.j.l.____8165 Рік тому

  • @moski-mos
    @moski-mos 6 місяців тому +1

    where is the source code?

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

    Where is code please send me

  • @NormandoHall
    @NormandoHall 2 роки тому

    Superb! It is interesting why when you choose w-18 instead of w-20 duration-300 not works. Thank you

    • @NormandoHall
      @NormandoHall 2 роки тому

      Well... I found the issue. w-18 no exists in tailwind.

  • @asmafurqan8535
    @asmafurqan8535 2 роки тому +2

    code please

  • @monish279
    @monish279 Місяць тому

    greatg

  • @harrisonwell1719
    @harrisonwell1719 7 місяців тому

    where's the mobile layout

  • @imtiazhussain35
    @imtiazhussain35 2 роки тому +1

    source code ?

  • @franklatorre8572
    @franklatorre8572 2 роки тому

    all workеd

  • @andybeauregardadams9200
    @andybeauregardadams9200 2 роки тому

    thank you bro

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

    Source code

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

    need code

  • @nestorabello7096
    @nestorabello7096 2 роки тому

    eror in console

  • @mubareks7515
    @mubareks7515 2 роки тому

    BEEST!!!

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

    Post source code bro

  • @saurabh75prakash
    @saurabh75prakash 8 місяців тому

    Thanks for the excellent tutorial!