The Custom Snackbar is a version of the Snackbar component (using Material UI). It allows consumers to pass children (custom content) directly, rather than being limited to predefined content such as a string or React node.
However, the Custom Snackbar has been deprecated in favor of the standard Snackbar component. If the standard Snackbar component does not meet your needs, please reach out to #team-frontend-foundations-requests.
Related Components
Snackbar
Snackbars provide brief messages or feedback about a process at the bottom of the screen
Inline Snackbar
Inline Snackbars presents a temporary message visually near another component that the user interacted with