Logo

Sierra-95/svelte-ui

Modal

Alert Modal

Place this anywhere in your app

svelte
Loading...

Trigger the Modal. Note that onCancel() is optional

svelte
Loading...
NameTypeDefaultDescription
openbooleanfalseDecides if the modal is open
titlestring''
contentstring''
confirmTextstring''
cancelTextstring''
onConfirmfunctionvoidCallback function when the confirm button is clicked.
onCancelfunctionvoidCallback function when the cancel button is clicked(optional).