Skip to content
On this page

Notification
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 ​

NameTypeDefaultDescription
titlestring''set notification title.
contentstring''set notification title.
cancelButtonTextstring''set notification cancel button text.
confirmButtonTextstring''set notification confirm button text.
placementleft | right''set notification placement.
autoClosebooleantrueSet whether to automatically close.
shakeOff<'x-button' | 'confirm-button' | 'cancel-button' | 'mask' | 'header' | 'footer'>[][]shake off somthing.

Slots ​

NameParametersDescription
default()Notification's content.
headless()Custom notification.

MIT Licensed