Toast (Notification)
The Toaster component provides a notification system using toast messages. It uses a provider to manage and display toast notifications with optional actions and icons.
You can show a notification from anywhere in your application using the ViewContext.
Preview

Usage
Parameters
Param
Description
Required
Value
description
toast description
optional
string
title
toast title
optional
string
variant
variant
optional
string (success/info/error)
Notes
The
Toastercomponent uses theuseToasthook to manage the state of the toasts.The component relies on
Toast,ToastClose,ToastDescription,ToastProvider,ToastTitle, andToastViewportfrom./toast.jsx.For more details, refer to the Shadcn Toast documentation.
Last updated
Was this helpful?