1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

first stab ad pybox

This commit is contained in:
Fabio Pliger
2022-04-13 12:17:48 -05:00
parent ff5ab7acc2
commit b559f767eb
3 changed files with 73 additions and 7 deletions

View File

@@ -20,13 +20,9 @@
</py-env>
<body>
<div class="w-full h-full">
<div class="flex">
<py-box>
<div class="w-2/3"><py-repl id="my-repl" auto-generate="true" target="output"> </py-repl></div>
<div id="output" class="w-1/3"></div>
</div>
</div>
</py-box>
</body>
</html>