Edit page
Home
Getting Started
Components
AlertAnimateHeightAvatarAvatarListBadgeButtonButtonMenuCalendarCalendarRangeCardCarouselChipClickOutsideContainerContentLoaderCurrencyDataTableDatePickerDateTimePickerDividerDrawerDropdownFloatingActionsGoogleMapGridIconIconDotIfInfiniteScrollKW LogoLoaderModalMonthPickerMonthRangeNavIconOptionsTogglePaginationPartnerLogoResponsiveSVG IconSnackbarPropsExamplesStaticMapStatusIndicatorTabTableTimePickerToastsTooltip
Forms
Typography
Utilities
Visualization Components

Snackbar

The Snackbar is a more subtle alternative to alerts. They are placed at the top of the screen and provide feedback to the user. It queues up a list of alerts to display to the user.

Props

className
String
maxVisible
Number
1
onDismiss
Func
required
snack
{ "id": "number │ string", "message": "string", "type": "'success' │ 'warning' │ 'info' │ 'error'" }
timeout
Number
3000

Examples