Reputation: 1193
i just wanted to know how to show dialog box or popup using react js i had made a page and now what i want is to show the instructions of getting started like we see in several sites On clicking next button it will show next dialog box and on close it will close the popup Also the dialog box or popup i want in the center of the screen
Upvotes: 2
Views: 4598
Reputation: 1193
https://www.npmjs.com/package/react-modal
This solution worked for me very well
Upvotes: 1
Reputation: 1825
You can do this by using materual-ui in react.
Upvotes: 0