formio-sfds
Version:
The Form.io theme for sf.gov
29 lines (26 loc) • 913 B
HTML
<html lang="en">
<head>
<title>{{ example.title }} | 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@{{ pkg.version }}</a> /
{{ example.title }}
</h1>
<sfgov-form
data-form="{{ example.form | dump | e }}"
data-options="{{ example.options | dump | e }}">
</sfgov-form>
</div>
</div>
<script src="https://unpkg.com/formiojs@{{ pkg.dependencies.formiojs }}/dist/formio.full.min.js"></script>
<script src="/dist/formio-sfds.standalone.js"></script>
<script src="/dist/examples.js"></script>
</body>
</html>