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 c7754b1 commit 1fb5597Copy full SHA for 1fb5597
README.md
@@ -17,7 +17,7 @@ import RunWeb from '@uiw/react-run-web';
17
<RunWeb
18
css="div {color:red;}"
19
js="console.log('hello world!')"
20
- html="<div>ttt</div>"
+ html="<div>hello world!</div>"
21
/>
22
```
23
0 commit comments