Snackbar

A snackbar provides brief information
without necessary user interaction.

snackbar/mainImage
Ready to Use
Show details
Ready to Use
Published: March 05, 2024
Updated: July 15, 2024

Introduction

The snackbar component is a transient notification that delivers information at the bottom of the screen. It provides immediate feedback and keeps the user updated about status changes or minor errors.

  • Snackbars should never interrupt the user experience
  • Can either disappear on it’s own or remain on screen until the user takes action

Usage

Use the snackbar component for brief, non-critical messages that don't require user interaction. It's perfect for instant feedback or quick updates, but due to its temporary nature, it shouldn't be used for important or persistent information.

snackbar/usage/do-scenario
snackbar/usage/dont-scenario
snackbar/usage/do-text-length
snackbar/usage/dont-text-length
snackbar/usage/do-stacking
snackbar/usage/dont-stacking

Mobile Specs

On both Android and iOs the width of the snackbar should be set to 100vw or 100%.

snackbar/mobile/do
snackbar/mobile/dont