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
|`closeOnBackdrop`|`boolean`|`true`| Close when clicking backdrop |
@@ -68,6 +68,7 @@ ui.modal({
68
68
- Modals are rendered by conditionally including them in the tree (there is no `open` prop).
69
69
- Render modals inside `ui.layers(...)` so they stack above base content.
70
70
- Backdrops are rendered behind the modal. `"dim"` uses a light shade pattern; `"opaque"` clears the area behind the modal to the theme background color.
71
+
-`width: "auto"` sizes to content/actions and is clamped by `maxWidth` and the viewport.
0 commit comments