{
  "name": "date-time-picker-form",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html",
  "slots": [],
  "nested": [
    "radio-button-group"
  ],
  "attrs": {},
  "html": "<card-ui>\n      <header>\n        <h3>Schedule meeting</h3>\n      </header>\n      <section>\n        <col-ui gap=\"4\">\n          <grid-ui columns=\"1 2@sm\" gap=\"3\">\n            <field-ui label=\"Date\">\n              <calendar-picker-ui></calendar-picker-ui>\n            </field-ui>\n            <field-ui label=\"Time\">\n              <input-ui type=\"time\" value=\"14:30\"></input-ui>\n            </field-ui>\n          </grid-ui>\n          <field-ui label=\"Timezone\">\n            <select-ui>\n              <option>America/New_York</option>\n              <option>America/Los_Angeles</option>\n              <option>Europe/London</option>\n              <option>Asia/Tokyo</option>\n            </select-ui>\n          </field-ui>\n          <field-ui label=\"Repeats\"><!-- nested: radio-button-group --></field-ui>\n        </col-ui>\n      </section>\n      <footer>\n        <row-ui gap=\"3\">\n          <button-ui text=\"Cancel\" variant=\"outline\"></button-ui>\n          <button-ui text=\"Schedule\" variant=\"primary\"></button-ui>\n        </row-ui>\n      </footer>\n  </card-ui>",
  "source": "catalog/ui-patterns/v050-form-blocks/v050-form-blocks.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Scheduling form card with date picker, time picker, timezone select, and recurrence pattern radio group; primary and secondary action buttons.",
    "keywords": [
      "date",
      "time",
      "picker",
      "scheduling",
      "timezone",
      "recurrence",
      "calendar",
      "appointment",
      "booking",
      "form",
      "card"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Schedule meeting"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text"
      ]
    },
    {
      "id": "calendar-picker",
      "component": "CalendarPicker"
    },
    {
      "id": "field",
      "component": "Field",
      "label": "Date",
      "children": [
        "calendar-picker"
      ]
    },
    {
      "id": "input",
      "component": "Input",
      "type": "time",
      "value": "14:30"
    },
    {
      "id": "field-2",
      "component": "Field",
      "label": "Time",
      "children": [
        "input"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "1 2@sm",
      "gap": "3",
      "children": [
        "field",
        "field-2"
      ]
    },
    {
      "id": "choice-picker",
      "component": "ChoicePicker",
      "options": [
        {
          "value": "America/New_York",
          "label": "America/New_York"
        },
        {
          "value": "America/Los_Angeles",
          "label": "America/Los_Angeles"
        },
        {
          "value": "Europe/London",
          "label": "Europe/London"
        },
        {
          "value": "Asia/Tokyo",
          "label": "Asia/Tokyo"
        }
      ]
    },
    {
      "id": "field-3",
      "component": "Field",
      "label": "Timezone",
      "children": [
        "choice-picker"
      ]
    },
    {
      "id": "recur",
      "component": "Radio",
      "checked": true,
      "label": "Doesn't repeat",
      "name": "recur",
      "value": "none"
    },
    {
      "id": "radio",
      "component": "Radio",
      "label": "Daily",
      "name": "recur",
      "value": "daily"
    },
    {
      "id": "radio-2",
      "component": "Radio",
      "label": "Weekly",
      "name": "recur",
      "value": "weekly"
    },
    {
      "id": "radio-3",
      "component": "Radio",
      "label": "Monthly",
      "name": "recur",
      "value": "monthly"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "2",
      "children": [
        "recur",
        "radio",
        "radio-2",
        "radio-3"
      ]
    },
    {
      "id": "field-5",
      "component": "Field",
      "label": "Repeats",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "field-4",
      "component": "Field",
      "label": "Repeats",
      "children": [
        "field-5"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "grid",
        "field-3",
        "field-4"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "text": "Cancel",
      "variant": "outline"
    },
    {
      "id": "button-2",
      "component": "Button",
      "text": "Schedule",
      "variant": "primary"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "3",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
