Gathering detailed insights and metrics for material-react-toastify
Gathering detailed insights and metrics for material-react-toastify
Gathering detailed insights and metrics for material-react-toastify
Gathering detailed insights and metrics for material-react-toastify
react-toasted-notifications
React toasted notification using hook.
react-smooth-toast
A lightweight, customizable, and easy-to-use toast notification library for React. Add sleek and responsive toast messages to your app with flexible styling options and built-in accessibility support. Perfect for developers seeking a simple, fast, and ada
web-ui-pack
Web package with UI elements
@fishbot/store
- Material-UI - TinyMCE - react-confirm-alert - react-social-icons - react-toastify - styled-components
npm install material-react-toastify
Typescript
Module System
Node Version
NPM Version
TypeScript (86.61%)
SCSS (10.46%)
CSS (2.66%)
HTML (0.27%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
24 Stars
990 Commits
1 Forks
1 Watchers
8 Branches
1 Contributors
Updated on Jun 29, 2025
Latest Version
10.0.5
Package Id
material-react-toastify@10.0.5
Unpacked Size
449.55 kB
Size
120.85 kB
File Count
61
NPM Version
9.8.1
Node Version
18.18.2
Published on
Aug 05, 2024
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
33
This is a fork from react-toastify v10.0.5, all its props and documentation will work with this module too.
🎉 material-react-toastify allows you to add notification snackbars to your app with ease. No need to maintain multiple states anymore!
This component has been made in compliance with Material.io design spec-sheet. You can check it out here
$ npm install --save material-react-toastify
$ yarn add material-react-toastify
onOpen
and onClose
hooks. Both can access the props passed to the react component rendered inside the toastnprogress
😲1import React from 'react'; 2 3import { ToastContainer, toast } from 'material-react-toastify'; 4import 'material-react-toastify/dist/ReactToastify.css'; 5 6function App() { 7 const notify = () => toast('Wow so easy!'); 8 9 return ( 10 <div> 11 <button onClick={notify}>Notify!</button> 12 <ToastContainer /> 13 </div> 14 ); 15}
1toast("It's that easy"); 2toast.success('to create'); 3toast.error('different types'); 4toast.dark('of notifications.'); 5toast.warning('You just need to'); 6toast.info('execute one of these functions');
A demo is worth a thousand words
Here's the documentation to get you started !
**I edited the original documentation to change it according to material-react-toastify
You can also check-out the original react-toastify documentation here for further reference.
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 shivanshBTW.
This project exists thanks to all the people who contribute. [Contribute]. [Find all the contributors]
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 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/29 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
79 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