Build A Modal in React JS | React JS Popup Using Hooks

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

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

  • @JohnnyOnTheMend
    @JohnnyOnTheMend 6 месяцев назад

    I was struggling with this on my current project. Thanks so much for the thorough demo^^

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

    Coool

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

    when the modal is open, can you tab behind it? as in back to the click me button

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

      No because the modal popup goes over any content on the page

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

    how to make some animations when its pops up?

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

      You can either use an animation like framer motion or use the visibility property in css rather than display. Check out this codepen example: codepen.io/matthewlein/pen/oNxxvN