-1

I am trying to perform the following

  • Call a modal on a button click from say page 1.
  • Show the data passed from page 1 as content in the modal.
  • Come back to the page 1 on clicking the close button on the modal.

I wish to use a react modal to serve this purpose.

Hasan Haghniya
  • 2,347
  • 4
  • 19
  • 29

1 Answers1

0

You can look any react model library

https://www.npmjs.com/package/react-modal

it has the example also, please check it

aman kumar
  • 3,086
  • 1
  • 17
  • 24