Notification New
New
Displaying global notification and reminder messages.
Usage
title | content | cancelButtonText
Set notification title.
autoClose
Set whether to automatically close.
placement
Set notification placement.
shakeOff
Shake off somthing.
headless
Custom notification.
Props
Name | Type | Default | Description |
---|---|---|---|
title | string | '' | set notification title. |
content | string | '' | set notification title. |
cancelButtonText | string | '' | set notification cancel button text. |
confirmButtonText | string | '' | set notification confirm button text. |
placement | left | right | '' | set notification placement. |
autoClose | boolean | true | Set whether to automatically close. |
shakeOff | <'x-button' | 'confirm-button' | 'cancel-button' | 'mask' | 'header' | 'footer'>[] | [] | shake off somthing. |
Slots
Name | Parameters | Description |
---|---|---|
default | () | Notification's content. |
headless | () | Custom notification. |