Vue Snackbar - Argon
PRO
The ArgonSnackbar component helps you to simply
create a beautiful notification/alert.
Demo
Argon Dashboard11 minutes ago
Hello world! This is a notification message.
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| title* | string |
Used to set the ArgonSnackbar title. It is
a required prop.
|
|
| date | string |
Used to set the ArgonSnackbar date or time.
|
|
| description | string |
Used to set the ArgonSnackbar content or
description.
|
|
| color | 'primary''secondary''info''success''warning''danger''light''dark' | success |
Change the ArgonSnackbar background color.
|
| icon | ['component', 'color'] |
icon accepts both String and Object that
can be used to set the ArgonSnackbar icon
along with its color.
|
|
| closeHandler | function |
Used to close the ArgonSnackbar once the
user hit the close button.
|