Docs
Toast Notification
Toast Notification
The Toast Notification component is a customizable notification system that displays messages to users. It provides various types of notifications (success, error, warning, info) with optional icons and actions.
Installation
npx empire@latest add toast
Props
Prop name | Type | Description |
---|---|---|
title | string | Title of the notification. |
description | string | Description of the notification. |
variant | string | Updates the colour and theme of notification. |
duration | number | Duration of the notification in milliseconds. |