> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/mantis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/mantis/components/snackbar.md).

# SnackBar

This component extends the original component provided by MUI: <https://mui.com/material-ui/api/snackbar/>

The extended properties are:&#x20;

| Property   | Type       | Props Value                                                           |
| ---------- | ---------- | --------------------------------------------------------------------- |
| variant    | string     | default (default), alert                                              |
| alert      | AlertProps | <https://mui.com/material-ui/react-alert/>                            |
| transition | string     | Fade (default), SlideLeft, SlideUp, SlideRight, SlideDown, Grow, Zoom |
| close      | boolean    | true (default), false                                                 |

Live Preview: <https://mantisdashboard.com/components-overview/snackbar>

{% hint style="info" %}
Asterisk (<mark style="color:red;">\*</mark>) indicates required props.
{% endhint %}
