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
@fishbot/store
- Material-UI - TinyMCE - react-confirm-alert - react-social-icons - react-toastify - styled-components
web-ui-pack
Web package with UI elements
npm install material-react-toastify
Typescript
Module System
Node Version
NPM Version
63.3
Supply Chain
94.2
Quality
79.8
Maintenance
100
Vulnerability
100
License
TypeScript (86.61%)
SCSS (10.46%)
CSS (2.66%)
HTML (0.27%)
Total Downloads
237,777
Last Day
52
Last Week
669
Last Month
3,891
Last Year
53,390
25 Stars
990 Commits
1 Forks
2 Watching
8 Branches
1 Contributors
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
Publised On
05 Aug 2024
Cumulative downloads
Total Downloads
Last day
-72.2%
52
Compared to previous day
Last week
-24.4%
669
Compared to previous week
Last month
-10%
3,891
Compared to previous month
Last year
-28.4%
53,390
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
73 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-16
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