Gathering detailed insights and metrics for react-simple-toasts
Gathering detailed insights and metrics for react-simple-toasts
Gathering detailed insights and metrics for react-simple-toasts
Gathering detailed insights and metrics for react-simple-toasts
npm install react-simple-toasts
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
39 Stars
437 Commits
9 Forks
2 Watching
5 Branches
7 Contributors
Updated on 20 Nov 2024
TypeScript (88.5%)
CSS (8.8%)
JavaScript (1.31%)
SCSS (0.89%)
HTML (0.5%)
Cumulative downloads
Total Downloads
Last day
-36.3%
262
Compared to previous day
Last week
-28.8%
2,014
Compared to previous week
Last month
5.1%
9,831
Compared to previous month
Last year
18.1%
105,253
Compared to previous year
39
Elevate your React applications with ultra-sleek toast notifications! With React Simple Toasts, you get an instant, lightweight, and highly customizable toast notification system - all without the hassle of complex setups. Let's make your user notifications pop!
🚀 Version 6.0.0 Update Notice
We've made significant changes in version 6.0.0:
- Switched to BEM styling for easier customization
- Now requires explicit import of
style.css
Get started in seconds!
1npm install react-simple-toasts
Integrate with ease. Customize with flair.
1import toast, { toastConfig } from 'react-simple-toasts'; 2import 'react-simple-toasts/dist/style.css'; 3import 'react-simple-toasts/dist/theme/dark.css'; 4 5toastConfig({ theme: 'dark' }); 6 7function MyComponent() { 8 return <button onClick={() => toast('Your toast is ready! 🍞')}>Show Toast</button>; 9}
Your style, your toast. Choose from built-in themes or create your own.
Explore full documentation for in-depth guides, examples, and API details.
Max |
Hardy |
Minko |
Alex Muench |
Emmanuel Ayodele Bello |
silverwind |
Join our growing community! Star us on GitHub and contribute to making React Simple Toasts better.
React Simple Toasts is MIT licensed.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
19 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
packaging workflow detected
Details
Reason
2 existing vulnerabilities detected
Details
Reason
Found 2/10 approved changesets -- score normalized to 2
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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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