React-Toastify allows you to add toast notification to your app with ease.
Features:
- Can display a react component inside the toast !
- Don’t rely on
findDOMNode
- Has
onOpen
andonClose
hooks. Both can access the props passed to the react component rendered inside the toast - Can be positioned
- Define behavior per toast
- Easy to setup
- Super easy to customize
Installation:
# Yarn
yarn add react-toastify# NPM
$ npm install react-toastify
Preview:
Download Details:
Author: fkhadra
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/fkhadra/react-toastify
License: MIT