{
  "name": "integrations-connect-form",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/registration/integrations/integrations.contents.html",
  "slots": [],
  "nested": [
    "reg-step-header",
    "reg-integrations-grid",
    "reg-step-footer",
    "reg-step-progress"
  ],
  "attrs": {
    "data-reg-input": "",
    "action": "/site/examples/registration/import",
    "method": "get"
  },
  "html": "<form data-reg-input action=\"/site/examples/registration/import\" method=\"get\">\n        <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n        <section data-reg-form><!-- nested: reg-integrations-grid --></section>\n\n        <footer><!-- nested: reg-step-footer --></footer>\n      </form>",
  "source": "apps/user-flow/app/registration/integrations/integrations.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Complete integrations-connect form — heading, a two-column grid of integration cards (Slack, GitHub, etc.) each with an icon, name, description, and a connect switch in the action slot, and a submit footer. The full toggle-grid form composition with header and footer. Use for 'integrations form', 'connect services form', 'form with a grid of toggle cards'.",
    "keywords": [
      "integrations",
      "form",
      "connect",
      "services",
      "grid",
      "cards",
      "icon",
      "switch",
      "toggle",
      "slack",
      "github",
      "enable",
      "provider",
      "complete",
      "card",
      "heading",
      "footer",
      "submit",
      "continue",
      "full-form"
    ],
    "related": [
      "reg-integrations-grid",
      "integrations-grid",
      "settings-integrations",
      "reg-step-footer"
    ],
    "tags": {
      "complexity": "moderate",
      "form": "toggle-grid"
    }
  },
  "captured_at": "2026-06-10T14:28:57.979Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Connect your stack"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "Pick the integrations you'd like to wire in. You can change these later."
    },
    {
      "id": "header-2",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "slack-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "slack-logo",
      "size": "lg"
    },
    {
      "id": "text-4",
      "component": "Text",
      "strong": true,
      "textContent": "Slack"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Mirror notifications and post updates to channels."
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-6"
      ]
    },
    {
      "id": "int-slack",
      "component": "Toggle",
      "slot": "action",
      "checked": true,
      "name": "int[slack]"
    },
    {
      "id": "header-3",
      "component": "Header",
      "children": [
        "slack-logo",
        "text-3",
        "text-5",
        "int-slack"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header-3"
      ]
    },
    {
      "id": "github-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "github-logo",
      "size": "lg"
    },
    {
      "id": "text-8",
      "component": "Text",
      "strong": true,
      "textContent": "GitHub"
    },
    {
      "id": "text-7",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-8"
      ]
    },
    {
      "id": "text-10",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Link PRs, issues, and CI status to projects."
    },
    {
      "id": "text-9",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-10"
      ]
    },
    {
      "id": "int-github",
      "component": "Toggle",
      "slot": "action",
      "checked": true,
      "name": "int[github]"
    },
    {
      "id": "header-4",
      "component": "Header",
      "children": [
        "github-logo",
        "text-7",
        "text-9",
        "int-github"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "header-4"
      ]
    },
    {
      "id": "kanban",
      "component": "Icon",
      "slot": "icon",
      "name": "kanban",
      "size": "lg"
    },
    {
      "id": "text-12",
      "component": "Text",
      "strong": true,
      "textContent": "Linear"
    },
    {
      "id": "text-11",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-12"
      ]
    },
    {
      "id": "text-14",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Sync issues and cycles, two-way."
    },
    {
      "id": "text-13",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-14"
      ]
    },
    {
      "id": "int-linear",
      "component": "Toggle",
      "slot": "action",
      "name": "int[linear]"
    },
    {
      "id": "header-5",
      "component": "Header",
      "children": [
        "kanban",
        "text-11",
        "text-13",
        "int-linear"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "header-5"
      ]
    },
    {
      "id": "figma-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "figma-logo",
      "size": "lg"
    },
    {
      "id": "text-16",
      "component": "Text",
      "strong": true,
      "textContent": "Figma"
    },
    {
      "id": "text-15",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-16"
      ]
    },
    {
      "id": "text-18",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Embed file previews and resolve comment threads."
    },
    {
      "id": "text-17",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-18"
      ]
    },
    {
      "id": "int-figma",
      "component": "Toggle",
      "slot": "action",
      "name": "int[figma]"
    },
    {
      "id": "header-6",
      "component": "Header",
      "children": [
        "figma-logo",
        "text-15",
        "text-17",
        "int-figma"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "header-6"
      ]
    },
    {
      "id": "notion-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "notion-logo",
      "size": "lg"
    },
    {
      "id": "text-20",
      "component": "Text",
      "strong": true,
      "textContent": "Notion"
    },
    {
      "id": "text-19",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-20"
      ]
    },
    {
      "id": "text-22",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Pull documents and link page references."
    },
    {
      "id": "text-21",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-22"
      ]
    },
    {
      "id": "int-notion",
      "component": "Toggle",
      "slot": "action",
      "name": "int[notion]"
    },
    {
      "id": "header-7",
      "component": "Header",
      "children": [
        "notion-logo",
        "text-19",
        "text-21",
        "int-notion"
      ]
    },
    {
      "id": "card-5",
      "component": "Card",
      "children": [
        "header-7"
      ]
    },
    {
      "id": "google-drive-logo",
      "component": "Icon",
      "slot": "icon",
      "name": "google-drive-logo",
      "size": "lg"
    },
    {
      "id": "text-24",
      "component": "Text",
      "strong": true,
      "textContent": "Google Drive"
    },
    {
      "id": "text-23",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-24"
      ]
    },
    {
      "id": "text-26",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Attach files and share folders inline."
    },
    {
      "id": "text-25",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "children": [
        "text-26"
      ]
    },
    {
      "id": "int-gdrive",
      "component": "Toggle",
      "slot": "action",
      "name": "int[gdrive]"
    },
    {
      "id": "header-8",
      "component": "Header",
      "children": [
        "google-drive-logo",
        "text-23",
        "text-25",
        "int-gdrive"
      ]
    },
    {
      "id": "card-6",
      "component": "Card",
      "children": [
        "header-8"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "1 2@sm",
      "gap": "3",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4",
        "card-5",
        "card-6"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "grid"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "column",
      "component": "Column"
    },
    {
      "id": "text-27",
      "component": "Text",
      "textContent": "Back",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/registration/invite",
      "text": "Back",
      "data-reg-back": "",
      "children": [
        "text-27"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Continue",
      "variant": "primary"
    },
    {
      "id": "column-2",
      "component": "Column",
      "data-reg-actions": "",
      "children": [
        "link",
        "button"
      ]
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "column",
        "column-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "footer-2"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
