evandromacedo / react-simple-snackbar

A really simple React snackbar component ⚛︎
https://evandromacedo.github.io/react-simple-snackbar
MIT License
91 stars 21 forks source link

Multiple SnackBars #12

Open MiguelArmendariz opened 3 years ago

MiguelArmendariz commented 3 years ago

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.

elonM33 commented 3 years ago

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

architgarg commented 3 years ago

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