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 1cf9f9b commit 744a822Copy full SHA for 744a822
README.md
@@ -35,7 +35,12 @@ Then use it as follows:
35
Open dialog
36
</button>
37
38
- <a11y-dialog id="app-dialog" app-root="#app" @dialog-ref="assignDialogRef">
+ <a11y-dialog
39
+ id="app-dialog"
40
+ app-root="#app"
41
+ dialog-root="#dialog-root"
42
+ @dialog-ref="assignDialogRef"
43
+ >
44
<h1 slot="title">Your dialog title</h1>
45
<div>
46
<p>Your content</p>
0 commit comments