Nuxt 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

NameTypeDefaultDescription
title*stringUsed to set the ArgonSnackbar title. It is a required prop.
datestringUsed to set the ArgonSnackbar date or time.
descriptionstringUsed to set the ArgonSnackbar content or description.
color'primary''secondary''info''success''warning''danger''light''dark'successChange 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.
  1. component is used to set snackbar icon.
  2. color is used to set snackbar icon color.
closeHandlerfunctionUsed to close the ArgonSnackbar once the user hit the close button.
Contents