Get Started
Components
Snackbar
Snackbars provide brief messages about app processes at the bottom of the screen.
Baseline Snackbar
Ozone provides a baseline snackbar to start an consistent, and simple baseline snackbar to build upon.
You can add this baseline snackbar by adding below mentioned classes.
Leading Snackbar
On larger screens, leading snackbars displayed on the leading edge of the screen.
You can use this leading snackbar by adding "leadsnack" class to the common classes.
Stacked Snackbar
Stacked snackbars are often used as a tooltips/popups to show a message at the bottom of the screen.
You can use this stacked snackbar by adding "stacked" class to the common classes.