{
  "name": "divider-text-label",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <col-ui gap=\"3\">\n      <text-ui>Sign in with your email</text-ui>\n      <row-ui gap=\"3\" align=\"center\">\n        <divider-ui></divider-ui>\n        <text-ui size=\"sm\" color=\"subtle\">OR</text-ui>\n        <divider-ui></divider-ui>\n      </row-ui>\n      <button-ui text=\"Continue with Google\" variant=\"outline\" stretch></button-ui>\n    </col-ui>\n  </section>",
  "source": "catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "metadata": {
    "domain": "layout",
    "description": "Horizontal divider with a centered text label between two horizontal-rule segments. Common section-separator pattern in long forms or feeds.",
    "keywords": [
      "divider",
      "separator",
      "rule",
      "line",
      "label",
      "text",
      "section",
      "break",
      "or",
      "middle",
      "horizontal",
      "hr"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "textContent": "Sign in with your email"
    },
    {
      "id": "divider",
      "component": "Divider"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "OR"
    },
    {
      "id": "divider-2",
      "component": "Divider"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "divider",
        "text-2",
        "divider-2"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "stretch": true,
      "text": "Continue with Google",
      "variant": "outline"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "text",
        "row",
        "button"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "column"
      ]
    }
  ]
}
