
Security News
Node.js Homepage Adds Paid Support Link, Prompting Contributor Pushback
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
[mui-sonner](https://mui-sonner.tsotne.co.uk/) is is a package that combines [sonner](https://www.npmjs.com/package/sonner) and [MUI](https://mui.com/) to achieve a simple, opinionated toast component for react.
mui-sonner is is a package that combines sonner and MUI to achieve a simple, opinionated toast component for react.
If you are not using MUI, you should use sonner directly.
npm install mui-sonner
Add to your app, preferably quite high in the tree. After that you can use toast()
from anywhere in your app.
import { Toaster, toast } from "mui-sonner";
// ...
function App() {
return (
<div>
<Toaster />
<button onClick={() => toast("My first toast")}>toast please</button>
</div>
);
}
FAQs
[mui-sonner](https://mui-sonner.tsotne.co.uk/) is is a package that combines [sonner](https://www.npmjs.com/package/sonner) and [MUI](https://mui.com/) to achieve a simple, opinionated toast component for react.
The npm package mui-sonner receives a total of 310 weekly downloads. As such, mui-sonner popularity was classified as not popular.
We found that mui-sonner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.
Research
Security News
The Socket Research Team investigates a malicious Python typosquat of a popular password library that forces Windows shutdowns when input is incorrect.