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 36d954d commit 5206bb1Copy full SHA for 5206bb1
packages/react/dialog/src/dialog.tsx
@@ -229,6 +229,11 @@ interface DialogContentProps extends DialogContentTypeProps {
229
* controlling animation with React animation libraries.
230
*/
231
forceMount?: true;
232
+
233
+ /**
234
+ * Specify a container element to portal the content into.
235
+ */
236
+ portalContainer?: Element | DocumentFragment | null;
237
}
238
239
const DialogContent = React.forwardRef<DialogContentElement, DialogContentProps>(
0 commit comments