A snackbar component is used to provide feedback about an operation by showing a brief message at the bottom of the screen.
action - Renders the action part of the snackbar. Usually an interactive element (button)
base - The base wrapper of the snackbar component.
message - The snackbar message.
action - The default snackbar action button.
action-container - The area holding the actions.
Emitted when the snackbar action button is clicked.
The snackbar action button.
A snackbar component is used to provide feedback about an operation by showing a brief message at the bottom of the screen.
Slot
Slot
action - Renders the action part of the snackbar. Usually an interactive element (button)
Csspart
base - The base wrapper of the snackbar component.
Csspart
message - The snackbar message.
Csspart
action - The default snackbar action button.
Csspart
action-container - The area holding the actions.