Skip to content

Commit 46d7d73

Browse files
committed
Description.
1 parent df0faa7 commit 46d7d73

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

app/src/App.jsx

+8-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ function App() {
88

99
return (
1010
<>
11-
<div>
11+
<h1>.NET on wasm in a react component</h1>
12+
<p>
1213
Generate a QR from text:
1314
<br />
1415
<input type="text" placeholder="Hello from react!" onChange={e => debouncedSetText(e.target.value)} />
15-
</div>
16-
<div>
16+
</p>
17+
<p>
1718
<QrImage text={text} relativePath="../../" />
18-
</div>
19+
</p>
20+
<p>
21+
Code at: <a href="https://github.com/maraf/dotnet-wasm-react">https://github.com/maraf/dotnet-wasm-react</a>
22+
</p>
1923
</>
2024
);
2125
}

0 commit comments

Comments
 (0)