{
  "name": "video-player-controls",
  "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      <section bleed>\n        <col-ui gap=\"0\">\n          <card-ui raw>\n            <section>\n              <text-ui size=\"lg\" color=\"subtle\">[ video poster + playback frame ]</text-ui>\n            </section>\n          </card-ui>\n          <row-ui gap=\"2\" align=\"center\" padding=\"3\">\n            <button-ui icon=\"play\" variant=\"ghost\" size=\"sm\" text=\"Play\"></button-ui>\n            <progress-ui value=\"33\" total=\"100\"></progress-ui>\n            <text-ui size=\"sm\" color=\"subtle\">1:24 / 4:12</text-ui>\n            <button-ui icon=\"speaker-high\" variant=\"ghost\" size=\"sm\" text=\"Volume\"></button-ui>\n            <button-ui icon=\"arrows-out\" variant=\"ghost\" size=\"sm\" text=\"Fullscreen\"></button-ui>\n          </row-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": "data",
    "description": "Video player with poster image, transport controls (play, scrub, volume, fullscreen), and elapsed/total time display.",
    "keywords": [
      "video",
      "player",
      "playback",
      "play",
      "pause",
      "scrub",
      "progress",
      "volume",
      "fullscreen",
      "media",
      "controls"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "color": "subtle",
      "size": "lg",
      "textContent": "[ video poster + playback frame ]"
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "text"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "raw": true,
      "children": [
        "section-2"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "play",
      "size": "sm",
      "text": "Play",
      "variant": "ghost"
    },
    {
      "id": "progress",
      "component": "Progress",
      "value": 33
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "1:24 / 4:12"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "speaker-high",
      "size": "sm",
      "text": "Volume",
      "variant": "ghost"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "arrows-out",
      "size": "sm",
      "text": "Fullscreen",
      "variant": "ghost"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "button",
        "progress",
        "text-2",
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "0",
      "children": [
        "card-2",
        "row"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
