mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-10 00:01:21 +00:00
* Add compose-web example with a react component * Add example with a compose component in a react app Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
11 lines
218 B
HTML
11 lines
218 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Compose for Web: with react component</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="web-with-react.js"></script>
|
|
</body>
|
|
</html> |