This repository has been archived by the owner on Jan 21, 2021. It is now read-only.
New Global Snackbar
New implementation of global snackbar is simpler.
You will only need to add SnackbarContainer at the root of you app, then you can simply import the snackbarService
and show a message as:
snackbarService.showSnackbar("message text", "message type");
No need for SnackbarContext
and wrappers.