Skip to content

Commit 99e0bc3

Browse files
committed
login,forms,playground
1 parent a2652ae commit 99e0bc3

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

documentation/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h3>searchbar</h3><template>
257257
</div>
258258
-->
259259

260-
<H2>Components Playground</H2><template><sol-component source="./playground.html"></sol-component></template>
260+
<H2>Components Playground</H2><template><sol-component source="./playground.html" nodemo></sol-component></template>
261261

262262
<H2>Contribute & Extend</H2><div>
263263

documentation/playground.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<body>
1+
<div id="main">
22
<div id="display">
33
</div>
44
<div id="editor">
@@ -12,6 +12,7 @@
1212
</textarea>
1313
<div id="control"><b><a href="./index.html">Solid Web Components</a> Playground</b><button onclick="submit()">submit</button></div>
1414
</div>
15+
</div>
1516

1617
<script>
1718
function submit(){
@@ -23,7 +24,8 @@
2324
</script>
2425

2526
<style>
26-
body {
27+
#main {
28+
height:90%;
2729
display:grid;
2830
grid-template-rows: 50% 50%;
2931
}

0 commit comments

Comments
 (0)