mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 06:10:40 +00:00
v1
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user