React notification made easy
npm install @simplydating/react-toastify
$ npm install --save react-toastify
$ yarn add react-toastify
`
`jsx
import React from 'react';
import { ToastContainer, toast } from 'react-toastify';
function App(){
const notify = () => toast("Wow so easy!");
return (
);
}
`
Documentation
Check the documentation to get you started!
Features
- Easy to set up for real, you can make it work in less than 10sec!
- Super easy to customize
- RTL support
- Swipe to close š
- Can choose swipe direction
- Super easy to use an animation of your choice. Works well with animate.css for example
- Can display a react component inside the toast!
- Has `onOpen` and `onClose` hooks. Both can access the props passed to the react component rendered inside the toast
- Can remove a toast programmatically
- Define behavior per toast
- Pause toast when the window loses focus š
- Fancy progress bar to display the remaining time
- Possibility to update a toast
- You can control the progress bar a la nprogress` š²