Open snackbar
Open Snackbar is a built-in UI for opening a snackbar at the bottom left section of your application.
This is handy for non-intrusive confirmations, such as "Customer saved successfully", or "Project deleted".
Notification Text: The text to be displayed
Auto-hide: Set a number of seconds before the snackbar should be hidden automatically
Enable action button: This allows you to display a button with a custom label on the snackbar. When clicked, the action nodes inside the Open Snackbar will be executed
Last updated