VsudSnackbar

PRO

The 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

NameTypeDefaultDescription
title*stringUsed to set the VsudSnackbar title.
datestringUsed to set the VsudSnackbar date or time.
descriptionstringUsed to set the VsudSnackbar content or description.
color'primary''secondary''info''success''warning''danger''light''dark'successChange 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.
colorstringsuccessUsed to set the VsudSnackbar background color.
closeHandlerfunctionUsed to close the VsudSnackbar once the user hit the close button.
Contents