We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2401d8 commit 81ae3d6Copy full SHA for 81ae3d6
1 file changed
apps/docs/src/pages/components/disclosure/alert-dialog.md
@@ -28,6 +28,11 @@ AlertDialog mirrors Dialog but with stricter defaults: no close on click outside
28
29
::: example
30
/components/alert-dialog/basic
31
+
32
+### Confirmation Dialog
33
34
+A confirmation dialog with title, description, and cancel/delete action buttons.
35
36
:::
37
38
## Anatomy
@@ -64,6 +69,11 @@ Use the `wait()`/`close()` pattern to keep the dialog open during async operatio
64
69
65
70
66
71
/components/alert-dialog/async
72
73
+### Async Confirmation
74
75
+Uses `wait()`/`close()` to hold the dialog open during an async operation, showing a loading state.
76
67
77
68
78
79
## Accessibility
0 commit comments