Constructor
# <Notification />
Notification Component
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
title |
string
|
The title for the notification | |
description |
string
|
The description for the notification | |
type |
"success"
|
"info"
|
"warning"
|
"error"
|
<optional> |
The type of notification. Can be omitted for primary notification type. |
onDismiss |
Notification~onDismiss
|
<optional> |
Callback function to run when the user dismisses the notification. |