Create Custom Modal in React with Tailwind CSS | Modal in NextJS with Tailwind

Поделиться
HTML-код
  • Опубликовано: 4 янв 2025

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

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

    thank you so much sir, you are my super hero, now i can finish my job

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

    Thank you. It was very easy to understand. You explined everything clearly. Keep up the good work.

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

    Thank you 🙏 great video, no longer need to use component libraries for my Modals 💪

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

    Thank you so much brother, this tutorial is simple clear and easy to follow, keep up the good work !

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

    Thanks buddy , been searching for this the whole time!!!

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

    Good job. Easy explanation 🎉

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

      Glad it was helpful!

  • @MONUKumar-x1j5o
    @MONUKumar-x1j5o 6 месяцев назад

    Really helpful video bro.. 😎

  • @Lifestyle-zz2wd
    @Lifestyle-zz2wd Месяц назад

    8:19 showModal is not working onClick
    Can you send me your github code link for this project

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

    Thank you! that´s really help me. I salute you from Argentina.

  • @CherryMakesGameplays
    @CherryMakesGameplays 25 дней назад

    It's always an Indian that comes in help at the end.

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

    Great tutorial! Thank you!

  • @AishaAli-ci3di
    @AishaAli-ci3di 10 дней назад

    thanks bro! superrrbbb

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

    Thank you sir… but what if I want to display a modal by using a map of an object, instead of hard coding the button like you did? Let’s imagine that you have a list of cards (object) and in each card , we have a button that must display a modal with a content of each card. How will we do please? I can’t find a video on you tube showing that…

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

    this what I want. Thank you

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

    Nice ..make more react and tailwind please I'm learning it from u. Can you make random quiz using react and tailwind?

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

    Dude I wanna ask u something. Can u show us If we want to add another components under that modal button...

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

    thank you Mister, very nice

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

    full scrren feature is not working in this modal how can i do it??

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

    thank you. i learn a lot.

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

      Glad to hear that!

  • @GTechnology-m3i
    @GTechnology-m3i 5 месяцев назад

    Thanks buddy

  • @salamunhasan143
    @salamunhasan143 2 года назад

    Thank you Boss 💖💖❤❤💖💖

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

    how do you avoid scrolling if the page content is scrollable? I tried overflow-y-hidden but that results in jumping content on windows due the scrollbar is being removed!

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

      in modal component use this
      useEffect(() => {
      document.body.style.overflow = "hidden";
      return() => {
      document.body.style.overflow = "unset";
      }
      },[isVisible]);

  • @nikafif2211
    @nikafif2211 2 года назад

    Thanks man! really helpful

  • @emilygarcia2094
    @emilygarcia2094 2 года назад

    Amazing, thank you!

  • @awaraamin6850
    @awaraamin6850 2 года назад

    Thanks man!

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

    Thank you brother

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

    sir i did same like you but when i click on screen my modal is not getting close

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

    its working

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

    Is this modal responsive?

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

    Can you provide this code ?

  • @AnilKumar-sz8su
    @AnilKumar-sz8su 24 дня назад

    GOOD

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

    Great

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

    Source code?

  • @smarttechinfo4512
    @smarttechinfo4512 2 года назад

    দাদা context api in react native এ একটা ভিডিও আনলে খুব ভালো হয়। love from Behala

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

    Thanks

  • @prabinkarki94
    @prabinkarki94 2 года назад

    Sir could you please make video on how to make expo react native app run on android smart TV.

  • @PercivalOVico
    @PercivalOVico 2 года назад

    Thanks alot

  • @awais_ansarii
    @awais_ansarii 18 дней назад

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

    But you repeated the code for creating three separate modal. You did not follow code reusability.we should create custom modal component and then then we can use that custom modal component on 3 different case based upon modal content.

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

      Yes, that's what I'm looking for for my project!! Do you know of any channels that do that?

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

    Portals?

  • @EswariA-uk9zy
    @EswariA-uk9zy 8 месяцев назад

    Not at all clear explaination
    After u install when u create index.js app.js file

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

    Just Amazing
    Thanks!

  • @droid-jr9940
    @droid-jr9940 Год назад

    Great tutorial! Thank you!

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

    thanks a lot

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

    Can you provide this code ?