Stack toast messages #910
-
Just a little feature request. Sometimes in my app the user will get two or three notificiations in fairely quick succession about 1 or 2 seconds apart. It would be handy if the Toast component allowed for more than one message at a time so if a second message is necessary before the first message timesout they stack on top of each other. I use Notistack in a React app and it works very well for this usecase. The library provides a "maximum snackbars" property that lets your push notification messages onto the "stack". A similar feature in |
Beta Was this translation helpful? Give feedback.
Answered by
jeffchown
Dec 21, 2024
Replies: 1 comment 1 reply
Answer selected by
kerkness
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kerkness. See #137