# Snackbars
- [MDC Docs](https://material.io/develop/web/components/snackbars/)
- [MDC Demo](https://material-components.github.io/material-components-web-catalog/#/component/snackbar)

# Props
| Name | Description
| - | -
| active | (boolean) must be used as `bind:active={someBooleanValue}`.
| timeout | numbers of seconds that snackbar should stay open. (default: 5)
| stacked | aligns the text and buttons vertically.
| leading | displays the snackbar on the leading edge of the screen (left side in LTR, right side in RTL)
