{
  "name": "pagination-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        <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n          <text-ui size=\"sm\" color=\"subtle\">Showing 21–40 of 248</text-ui>\n          <pagination-ui current=\"2\" total=\"13\"></pagination-ui>\n        </row-ui>\n      </section>\n    </card-ui>\n  </section>",
  "source": "catalog/ui-patterns/v053-coverage-fill/v053-coverage-fill.contents.html",
  "metadata": {
    "domain": "navigation",
    "description": "Pagination controls — prev/next buttons + page-number tiles + ellipsis collapse for long ranges + total-pages indicator.",
    "keywords": [
      "pagination",
      "paginate",
      "page",
      "navigate",
      "prev",
      "next",
      "jump",
      "list",
      "browse",
      "pages"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Showing 21–40 of 248"
    },
    {
      "id": "pagination",
      "component": "Pagination",
      "total": 13
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "text",
        "pagination"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "bleed": true,
      "children": [
        "column"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "children": [
        "row"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
