You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -477,7 +477,7 @@ struct ContentView: View {
477
477
478
478
## `MUIDialogSheet`
479
479
480
-
`MUIAlert` provides a convenient way to present a MaterialUI style dialog sheet over the current view.
480
+
`MUIDialogSheet` provides a convenient way to present a MaterialUI style dialog sheet over the current view.
481
481
482
482
`.mUIDialogSheet()` is an extension to the `View` protocol in SwiftUI, offering a modifier that can be applied to any view. This modifier presents a MaterialUI style dialog sheet.
0 commit comments