{
  "name": "form-field-email-hint",
  "kind": "block",
  "primary": "field-ui",
  "page": "/site/patterns/forms.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "label": "Email address",
    "hint": "We'll never share your email."
  },
  "html": "<field-ui label=\"Email address\" hint=\"We'll never share your email.\">\n        <input-ui type=\"email\" placeholder=\"you@example.com\"></input-ui>\n      </field-ui>",
  "source": "site/pages/patterns/forms.html",
  "metadata": {
    "domain": "forms",
    "description": "A labeled email field with helper hint text — field-ui wrapping an input-ui type=email. The canonical field-wrapper shape that owns the label, hint, and ARIA binding.",
    "keywords": [
      "form",
      "field",
      "email",
      "hint",
      "helper",
      "label",
      "field-ui",
      "input-ui",
      "type-email",
      "wrapper",
      "labeled",
      "forms",
      "validation",
      "aria",
      "placeholder"
    ]
  },
  "captured_at": "2026-06-09T18:16:34.245Z",
  "template": [
    {
      "id": "input",
      "component": "Input",
      "type": "email",
      "placeholder": "you@example.com"
    },
    {
      "id": "root",
      "component": "Field",
      "hint": "We'll never share your email.",
      "label": "Email address",
      "children": [
        "input"
      ]
    }
  ]
}
