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

    Variable StyledSnackbarConst

    StyledSnackbar: StyledComponent<
        SnackbarProps & MUIStyledCommonProps<Theme>,
        {},
        {},
    > = ...

    Styled snackbar component

    StyledSnackbar

    A customized snackbar container with:

    • Theme-aware positioning and spacing
    • Smooth hover animations
    • Responsive shadow effects
    • Consistent z-index layering

    Material-UI Snackbar props

    Material-UI theme object

    <StyledSnackbar
    open={open}
    autoHideDuration={6000}
    onClose={handleClose}
    anchorOrigin={{ vertical: 'bottom', horizontal: 'left' }}
    >
    <StyledSnackbarAlert severity="success">
    Action completed successfully!
    </StyledSnackbarAlert>
    </StyledSnackbar>