Gathering detailed insights and metrics for react-toastify
Gathering detailed insights and metrics for react-toastify
Gathering detailed insights and metrics for react-toastify
Gathering detailed insights and metrics for react-toastify
@types/react-toastify
TypeScript definitions for react-toastify
react-toastify-redux
react-toastify with Redux
toastify-react-native
🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!
material-react-toastify
React Material-UI Snackbars made easy
npm install react-toastify
Typescript
Module System
Node Version
NPM Version
TypeScript (84.87%)
CSS (14.4%)
HTML (0.46%)
JavaScript (0.27%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
13,248 Stars
1,404 Commits
724 Forks
46 Watchers
3 Branches
77 Contributors
Updated on Jul 13, 2025
Latest Version
11.0.5
Package Id
react-toastify@11.0.5
Unpacked Size
523.11 kB
Size
129.68 kB
File Count
22
NPM Version
10.9.0
Node Version
22.11.0
Published on
Feb 24, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
🎉 React-Toastify allows you to add notifications to your app with ease.
$ npm install --save react-toastify
$ yarn add react-toastify
1 import React from 'react'; 2 3 import { ToastContainer, toast } from 'react-toastify'; 4 5 function App(){ 6 const notify = () => toast("Wow so easy!"); 7 8 return ( 9 <div> 10 <button onClick={notify}>Notify!</button> 11 <ToastContainer /> 12 </div> 13 ); 14 }
Check the documentation to get you started!
onOpen
and onClose
hooks. Both can access the props passed to the react component rendered inside the toastnprogress
😲A demo is worth a thousand words
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]
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
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 4
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More