Fork of react-toastify with an optional stacking limit, stackLimit.
npm install react-toastify-psreact-toastify-ps (for Pretty Stacking!) is a fork of react-toastify. There's an optional ``stackLimit` prop to manage and improve how `stacked` toasts are handled, along with some smaller changes. Please check out the original package by fkhadra!
``
$ pnpm add react-toastify-ps
$ npm install --save react-toastify-ps
$ yarn add react-toastify-ps
`jsx
import React from 'react';
import { ToastContainer, toast } from 'react-toastify-ps';
function App(){
const notify = () => toast("Wow so easy!");
return (
https://github.com/user-attachments/assets/6b621287-c90c-4055-b868-851efc6507e5
Licensed under MIT