react-simple-snackbar icon indicating copy to clipboard operation
react-simple-snackbar copied to clipboard

Multiple SnackBars

Open MiguelArmendariz opened this issue 5 years ago • 2 comments

Greetings,

I'm curious to see if there is a way to have multiple snackbars to use the component also for some specific notifications that can be stacked, kinda like facebook.

MiguelArmendariz avatar Sep 14 '20 20:09 MiguelArmendariz

For multiple snackbars you can simply use a Toast component @MiguelArmendariz that's mainly the difference between Snackbar and Toast

elonM33 avatar Nov 05 '20 20:11 elonM33

I had the same problem. Now started using this - https://react-hot-toast.com/

architgarg avatar Jan 12 '21 09:01 architgarg