# 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 %}
