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.

Can't send photo. Retry in 5 seconds.

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.

Your photo has been archieved.

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.

This item already has the label "travel". You can add a new label.

You can use this stacked snackbar by adding "stacked" class to the common classes.