Inline Snackbar

Shows a temporary message near the component the user interacted with.

Usage guidelines outline how the component should and shouldn’t be used in different user interface contexts.

When to use

  • To show a brief, temporary status message near the component the user just interacted with

When not to use

  • To show a brief, temporary message at the bottom of the screen (use a Snackbar instead)

Best practices

Do

Do show an Inline Snackbar near the component the user just interacted with, which triggered the process.

Don't

Don't show an Inline Snackbar at the bottom of the screen, away from the context of where the user has just interacted (use a Snackbar instead).