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 e2d12f4 commit 7a3bb93Copy full SHA for 7a3bb93
docs/examples/multiple-Portal.tsx
@@ -25,8 +25,8 @@ const Demo = () => {
25
maskAnimation="fade"
26
onClose={onToggleDialog}
27
forceRender
28
+ title="basic modal"
29
>
- <p>basic modal</p>
30
<p><button type="button" onClick={onToggleDrawer}>show drawer</button></p>
31
<div style={{ height: 200 }} />
32
</Dialog>
0 commit comments