Files
compose-multiplatform/examples/web-with-react/src/jsMain/resources/index.html
Oleksandr Karpovich a1d2f86609 Compose-Web with React examples (#693)
* 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>
2021-05-25 18:45:50 +02:00

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>