React notification made easy - Color Corrected For Modernize Theme
npm install react-toastify-modernize !React-toastify CI
!npm
!npm
!NPM
!Coveralls github
š React-Toastify allows you to add notifications to your app with ease. No more nonsense!
```
$ npm install --save react-toastify-modernize
$ yarn add react-toastify-modernize
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 š²
- You can limit the number of toast displayed at the same time
- Dark mode š
- And much more !The gist
`jsx
import React from 'react'; import { ToastContainer, toast } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
function App(){
const notify = () => toast("Wow so easy!");
return (
);
}
``A demo is worth a thousand words
Check the documentation to get you started!
Show your ā¤ļø and support by giving a ā. Any suggestions are welcome! Take a look at the contributing guide.
You can also find me on reactiflux. My pseudo is Fadi.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
You can find the release note for the latest release here
You can browse them all here
Licensed under MIT