Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

New Global Snackbar

Compare
Choose a tag to compare
@geoperez geoperez released this 10 Sep 18:11
· 114 commits to master since this release

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.