This commit is contained in:
2023-01-31 01:26:27 +01:00
parent 6fdba7086c
commit 80c114679b
24 changed files with 2865 additions and 385 deletions

View File

@@ -7,7 +7,7 @@
body {
padding: 1em;
margin: 0;
font-family: 'Courier New', Courier, monospace;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
section {
@@ -51,14 +51,10 @@
<section>
<h3>Open the console to see the submitted data</h3>
</section>
<section id="simple"></section>
<section id="errors"></section>
<section id="select"></section>
<section id="custom"></section>
<script src="./simple.tsx"></script>
<script src="./errorsAndValidation.tsx"></script>
<script src="./select.tsx"></script>
<script src="./custom.tsx"></script>
<script type="module" src="./simple.tsx"></script>
<script type="module" src="./errorsAndValidation.tsx"></script>
<script type="module" src="./select.tsx"></script>
<script type="module" src="./custom.tsx"></script>
</body>
</html>