{
  "name": "popover-with-content",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <card-ui>\n      <header>\n        <text-ui strong>Trigger with popover</text-ui>\n      </header>\n      <section>\n        <col-ui gap=\"3\">\n          <text-ui color=\"subtle\">Click \"Open details\" to reveal the popover panel below.</text-ui>\n          <row-ui gap=\"2\">\n            <button-ui id=\"popover-trigger\" text=\"Open details\" variant=\"primary\"></button-ui>\n          </row-ui>\n          <popover-ui anchor=\"#popover-trigger\">\n            <header>\n              <text-ui strong>Quick details</text-ui>\n            </header>\n            <section>\n              <text-ui>The popover anchors to the trigger element and floats above adjacent content. Click outside or press Escape to dismiss.</text-ui>\n            </section>\n          </popover-ui>\n        </col-ui>\n      </section>\n    </card-ui>\n  </section>",
  "source": "catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "metadata": {
    "domain": "navigation",
    "description": "Popover anchored to a trigger button, containing a small content panel with a heading + body text + close affordance.",
    "keywords": [
      "popover",
      "popup",
      "overlay",
      "anchor",
      "trigger",
      "content",
      "tooltip",
      "floating",
      "panel",
      "hint",
      "dropdown"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Trigger with popover"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "Click \"Open details\" to reveal the popover panel below."
    },
    {
      "id": "popover-trigger",
      "component": "Button",
      "text": "Open details",
      "variant": "primary"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "2",
      "children": [
        "popover-trigger"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Quick details"
    },
    {
      "id": "header-2",
      "component": "Header",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "The popover anchors to the trigger element and floats above adjacent content. Click outside or press Escape to dismiss."
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "popover",
      "component": "Popover",
      "children": [
        "header-2",
        "section-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "3",
      "children": [
        "text-2",
        "row",
        "popover"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
