Components

Snackbar

Angular Material Snackbar displays brief messages at various positions on the screen to provide contextual feedback.

Example

Below is an example of how BuilderKit restyles the Angular Material Snackbar and gives it a more modern appearance.

<button matButton (click)="openSnackBar('Disco party!', 'Dance')">
Show snack-bar
</button>