# Svelte Material UI - Snackbar

Snackbars are where software engineers go to load up on chips and guacamole. Just kidding. They're brief messages that appear at the bottom of the screen.

# Installation

```sh
npm install --save-dev @smui/snackbar
```

# Examples and Usage Information

https://sveltematerialui.com/demo/snackbar

# More Information

See [Snackbars](https://material.io/components/snackbars) in the Material design spec.

See [Snackbar](https://github.com/material-components/material-components-web/tree/v14.0.0/packages/mdc-snackbar) in MDC-Web for information about the upstream library's architecture.