{
  "name": "form-page-shell",
  "kind": "page",
  "primary": "article",
  "page": "/catalog/page-shells/app/form-page/form-page.contents.html",
  "slots": [
    {
      "name": "page-header",
      "tagName": "header",
      "html": "<h1>Sign in</h1>\n    <text-ui color=\"subtle\">Enter your credentials to continue</text-ui>"
    },
    {
      "name": "form-content",
      "tagName": "section",
      "html": "<form>\n      <field-ui label=\"Email\">\n        <input-ui type=\"email\" placeholder=\"you@example.com\"></input-ui>\n      </field-ui>\n      <field-ui label=\"Password\">\n        <input-ui type=\"password\" placeholder=\"••••••••\"></input-ui>\n      </field-ui>\n    </form>"
    },
    {
      "name": "page-footer",
      "tagName": "footer",
      "html": "<button-ui text=\"Sign in\" variant=\"primary\"></button-ui>\n    <button-ui text=\"Forgot password?\" variant=\"ghost\" size=\"sm\"></button-ui>"
    }
  ],
  "nested": [],
  "attrs": {},
  "html": "<article>\n  <header data-chunk-slot=\"page-header\">\n    <h1>Sign in</h1>\n    <text-ui color=\"subtle\">Enter your credentials to continue</text-ui>\n  </header>\n\n  <section data-chunk-slot=\"form-content\">\n    <form>\n      <field-ui label=\"Email\">\n        <input-ui type=\"email\" placeholder=\"you@example.com\"></input-ui>\n      </field-ui>\n      <field-ui label=\"Password\">\n        <input-ui type=\"password\" placeholder=\"••••••••\"></input-ui>\n      </field-ui>\n    </form>\n  </section>\n\n  <footer data-chunk-slot=\"page-footer\">\n    <button-ui text=\"Sign in\" variant=\"primary\"></button-ui>\n    <button-ui text=\"Forgot password?\" variant=\"ghost\" size=\"sm\"></button-ui>\n  </footer>\n</article>",
  "source": "catalog/page-shells/app/form-page/form-page.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Centered single-form page with header (title + supporting copy), form body, and footer-row submit.",
    "keywords": [
      "form",
      "page",
      "centered",
      "single-form",
      "submit",
      "standalone",
      "full-page-form"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Sign in"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "Enter your credentials to continue"
    },
    {
      "id": "header",
      "component": "Header",
      "data-chunk-slot": "page-header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "input",
      "component": "Input",
      "type": "email",
      "placeholder": "you@example.com"
    },
    {
      "id": "field",
      "component": "Field",
      "label": "Email",
      "children": [
        "input"
      ]
    },
    {
      "id": "input-2",
      "component": "Input",
      "type": "password",
      "placeholder": "••••••••"
    },
    {
      "id": "field-2",
      "component": "Field",
      "label": "Password",
      "children": [
        "input-2"
      ]
    },
    {
      "id": "form-container",
      "component": "FormContainer",
      "children": [
        "field",
        "field-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-chunk-slot": "form-content",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "text": "Sign in",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "size": "sm",
      "text": "Forgot password?",
      "variant": "ghost"
    },
    {
      "id": "footer",
      "component": "Footer",
      "data-chunk-slot": "page-footer",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "form-container"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
