0

I have a Reactstrap Modal: Modal - Reactstrap

I would like to use this modal as a I would use a "normal" div in a page layout.

I.E. Show the modal inside the page with the same design, just without it popping in and out, and blurring the rest of the page.

Is this possible?

Nah
  • 1,690
  • 2
  • 26
  • 46
Poogy
  • 2,597
  • 7
  • 20
  • 35

1 Answers1

1

You will have to modify or override the CSS files of Reactstrap to achieve that. But it would not be a Modal any longer. It is better if you ask about what you want to achieve. You don't need to use modals to show a div with a toggle button.

Ali Ankarali
  • 2,761
  • 3
  • 18
  • 30
  • I want a div that looks exactly like a modal. For example, a login modal that pops and a login page that looks the same. – Poogy Apr 27 '18 at 13:00