Skip to content

Commit 81ae3d6

Browse files
committed
docs(alert-dialog): add example descriptions
1 parent a2401d8 commit 81ae3d6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

apps/docs/src/pages/components/disclosure/alert-dialog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ AlertDialog mirrors Dialog but with stricter defaults: no close on click outside
2828

2929
::: example
3030
/components/alert-dialog/basic
31+
32+
### Confirmation Dialog
33+
34+
A confirmation dialog with title, description, and cancel/delete action buttons.
35+
3136
:::
3237

3338
## Anatomy
@@ -64,6 +69,11 @@ Use the `wait()`/`close()` pattern to keep the dialog open during async operatio
6469

6570
::: example
6671
/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+
6777
:::
6878

6979
## Accessibility

0 commit comments

Comments
 (0)