react-repl-plus
Version:
React component for editing React components, it is similar to vue repl
18 lines (13 loc) • 351 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Playground</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/test/main.tsx"></script>
</body>
</html>