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 d94c975 commit 173f787Copy full SHA for 173f787
README.md
@@ -21,6 +21,17 @@ import RunWeb from '@uiw/react-run-web';
21
/>
22
```
23
24
+## Props
25
+
26
+```ts
27
+interface RunWebProps extends React.IframeHTMLAttributes<HTMLIFrameElement> {
28
+ css?: string;
29
+ js?: string;
30
+ html?: string;
31
+ title?: string;
32
+}
33
+```
34
35
## Online Code Preview
36
37
[Preview Demo Example](https://uiwjs.github.io/react-run-web#/?html=<div>Hello%20World</div>&js=console.log('hello%20world')&css=div%20{%20color:%20red;}).
0 commit comments