feat(web/alert): new options for alert dialog (#213)

This commit is contained in:
masonschafercodes
2023-02-01 10:19:08 -05:00
committed by GitHub
parent 8a7e0f89d2
commit db4a75dfbc
4 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ export const debugAlert = () => {
header: 'Hello there',
content: 'General kenobi \n Markdown works',
centered: true,
size: 'lg',
overflow: true,
cancel: true,
// labels: {
// confirm: 'Ok',