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