{
  "name": "usage-quota-meter-card",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <card-ui>\n      <header>\n        <text-ui strong>Usage this period</text-ui>\n        <text-ui size=\"sm\" color=\"subtle\">Resets May 1</text-ui>\n      </header>\n      <section>\n        <col-ui gap=\"4\">\n          <col-ui gap=\"1\">\n            <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n              <text-ui size=\"sm\">API calls</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">62,400 / 100,000</text-ui>\n            </row-ui>\n            <progress-ui value=\"62\" total=\"100\" color=\"success\"></progress-ui>\n          </col-ui>\n          <col-ui gap=\"1\">\n            <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n              <text-ui size=\"sm\">Storage</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">8.1 GB / 10 GB</text-ui>\n            </row-ui>\n            <progress-ui value=\"81\" total=\"100\" color=\"warning\"></progress-ui>\n          </col-ui>\n          <col-ui gap=\"1\">\n            <row-ui gap=\"3\" align=\"center\" justify=\"between\">\n              <text-ui size=\"sm\">Team seats</text-ui>\n              <text-ui size=\"sm\" color=\"subtle\">10 / 10</text-ui>\n            </row-ui>\n            <progress-ui value=\"100\" total=\"100\" color=\"danger\"></progress-ui>\n          </col-ui>\n        </col-ui>\n      </section>\n    </card-ui>\n  </section>",
  "source": "catalog/ui-patterns/v050-data-blocks/v050-data-blocks.contents.html",
  "metadata": {
    "domain": "billing",
    "description": "Usage quota card — a card listing several metered resources (API calls, storage, seats), each a label with a used / limit count and a progress bar that turns warning then danger as the resource fills. The 'how much of your plan limits you've used this period' meter panel.",
    "keywords": [
      "usage",
      "quota",
      "meter",
      "limits",
      "metered",
      "billing",
      "consumption",
      "api",
      "calls",
      "requests",
      "storage",
      "bandwidth",
      "seats",
      "plan",
      "limits",
      "used",
      "remaining",
      "progress",
      "bars",
      "resource",
      "utilization",
      "capacity",
      "allowance",
      "tier",
      "limits",
      "usage",
      "card",
      "overage",
      "this",
      "period"
    ]
  },
  "captured_at": "2026-06-10T19:45:40.486Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Usage this period"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Resets May 1"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "size": "sm",
      "textContent": "API calls"
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "62,400 / 100,000"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "text-3",
        "text-4"
      ]
    },
    {
      "id": "progress",
      "component": "Progress",
      "value": 62
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "1",
      "children": [
        "row",
        "progress"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "size": "sm",
      "textContent": "Storage"
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "8.1 GB / 10 GB"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "text-5",
        "text-6"
      ]
    },
    {
      "id": "progress-2",
      "component": "Progress",
      "value": 81
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "1",
      "children": [
        "row-2",
        "progress-2"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "size": "sm",
      "textContent": "Team seats"
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "10 / 10"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "justify": "between",
      "children": [
        "text-7",
        "text-8"
      ]
    },
    {
      "id": "progress-3",
      "component": "Progress",
      "value": 100
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "1",
      "children": [
        "row-3",
        "progress-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "column-2",
        "column-3",
        "column-4"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
