# Snackbar

### Design
<a href="https://material.io/design/components/snackbars.html" target="_blank">https://material.io/design/components/snackbars.html</a>

### Description
Use `Snackbar` component to display an informative or alert message and allow users to act upon it.

### Import
```js
import { Snackbar } from "webiny-ui/Snackbar";
```