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 86fe25f commit f526aa1Copy full SHA for f526aa1
README.md
@@ -128,6 +128,8 @@ An optional options object parameter can be passed to configure the node.
128
attributes: { id: "div-1", style: "background-color: #aaf; width: 100px;" }
129
});
130
```
131
+
132
+ The detached DOM node is also available at `.element`, so you can mutate that directly with the standard DOM APIs if preferred.
133
134
### `portals.createSvgPortalNode([options])`
135
0 commit comments