Display components in JSON

This commit is contained in:
Nick Playfair 2021-03-06 18:33:54 +00:00
parent 56840067f5
commit 4b3efbde10

View File

@ -21,6 +21,8 @@
<h2>Table HTML</h2>
<!-- <textarea id="markup" cols="30" rows="10"></textarea> -->
<pre contenteditable=""><code id="markup" class="language-html"></code></pre>
<h2>JSON Object</h2>
<pre contenteditable=""><code id="jsonObject"></code></pre>
</section>
</main>