UNPKG

formio-sfds

Version:
29 lines (26 loc) 1.71 kB
<!doctype html> <html lang="en"> <head> <title>Well | formio-sfds examples</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="/sfgov/forms.css"> </head> <body> <div class="formio-sfds"> <div class="container p-2"> <h1 class="h3 mb-4"> <a href="/">formio-sfds@10.0.0</a> / Well </h1> <sfgov-form data-form="{&quot;components&quot;:[{&quot;type&quot;:&quot;well&quot;,&quot;label&quot;:&quot;This is a well&quot;,&quot;components&quot;:[{&quot;type&quot;:&quot;textfield&quot;,&quot;label&quot;:&quot;A text field&quot;,&quot;key&quot;:&quot;some-text-field&quot;},{&quot;type&quot;:&quot;number&quot;,&quot;label&quot;:&quot;A number field&quot;,&quot;key&quot;:&quot;numero&quot;},{&quot;type&quot;:&quot;textarea&quot;,&quot;label&quot;:&quot;A text area field&quot;,&quot;key&quot;:&quot;textarea&quot;,&quot;value&quot;:&quot;&quot;},{&quot;type&quot;:&quot;checkbox&quot;,&quot;label&quot;:&quot;A checkbox&quot;,&quot;description&quot;:&quot;The checkbox description&quot;},{&quot;type&quot;:&quot;select&quot;,&quot;label&quot;:&quot;Select field&quot;,&quot;data&quot;:{&quot;values&quot;:[{&quot;label&quot;:&quot;Option 1&quot;,&quot;value&quot;:1},{&quot;label&quot;:&quot;Option 2&quot;,&quot;value&quot;:2}]}}]}]}" data-options=""> </sfgov-form> </div> </div> <script src="https://unpkg.com/formiojs@4.14.8/dist/formio.full.min.js"></script> <script src="/dist/formio-sfds.standalone.js"></script> <script src="/dist/examples.js"></script> </body> </html>