React-Toastify allows you to add notifications to your app with ease.
Some features of the library:
- Easy to setup and customise
- RTL support
- Swipe to close
- Can display a react component inside the toast
- Has
onOpen
andonClose
hooks. Both can access the props passed to the react component rendered inside the toast - Define behaviour per toast
- Pause toast when window loses focus
- You can control the progress bar ! :)
Check out the Github page for the project for more information and the documentation.