Piyush
Piyush

Reputation: 1193

How to show a getting started popup in react js?

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

Answers (2)

Piyush
Piyush

Reputation: 1193

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

This solution worked for me very well

Upvotes: 1

Naveed Aheer
Naveed Aheer

Reputation: 1825

You can do this by using materual-ui in react.

  1. npm install material-ui --save
  2. Follow this link to add dialog in your react app

Upvotes: 0

Related Questions