I would like to show toast message with difference configuration.
Example: normal toast and notification toast.
For normal toast, want to show at the bottom right with maxSnack:5, autoHideDuration: 5000.
For notification toast, want to show at the bottom left with maxSnack: 10, autoHideDuration: null
Anyway to create multiple SnackbarProvider in single application and enqueueSnackbar message to different instance?
Any suggestion please.
| Tech |
Version |
| Notistack |
v3.0.1 |
I would like to show toast message with difference configuration.
Example: normal toast and notification toast.
For normal toast, want to show at the bottom right with
maxSnack:5,autoHideDuration: 5000.For notification toast, want to show at the bottom left with
maxSnack: 10,autoHideDuration: nullAnyway to create multiple
SnackbarProviderin single application andenqueueSnackbarmessage to different instance?Any suggestion please.