The snackbar action button.
Determines the duration in ms in which the component will be visible.
Determines whether the component should close after the displayTime
is over.
Whether the component is in shown state.
Sets the position of the component in the viewport.
Static
Readonly
tagReturns the HTML-uppercased qualified name.
A snackbar component is used to provide feedback about an operation by showing a brief message at the bottom of the screen.
Element
igc-snackbar
Slot
Slot
action - Renders the action part of the snackbar. Usually an interactive element (button)
Fires
igcAction - Emitted when the snackbar action button is clicked.
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.