react-styled-kit - v4.0.3
    Preparing search index...

    Variable StyledSnackbarAlertConst

    StyledSnackbarAlert: StyledComponent<
        AlertProps & MUIStyledCommonProps<Theme>,
        {},
        {},
    > = ...

    Styled snackbar alert component

    StyledSnackbarAlert

    A customized alert component for snackbars with:

    • Complete variant styling (standard, filled, outlined)
    • Severity-based color schemes (error, warning, info, success)
    • Interactive hover effects
    • Consistent typography and spacing

    Material-UI Alert props

    Material-UI theme object

    <StyledSnackbarAlert severity="error" variant="filled">
    Error: Action failed to complete!
    </StyledSnackbarAlert>