{
  "name": "slider-range-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      <header>\n        <text-ui strong>Price range</text-ui>\n      </header>\n      <section>\n        <col-ui gap=\"4\">\n          <range-ui min=\"0\" max=\"1000\" low=\"120\" high=\"780\"></range-ui>\n          <row-ui gap=\"3\" justify=\"between\">\n            <field-ui label=\"Min\">\n              <input-ui type=\"number\" value=\"120\"></input-ui>\n            </field-ui>\n            <field-ui label=\"Max\">\n              <input-ui type=\"number\" value=\"780\"></input-ui>\n            </field-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": "forms",
    "description": "Range slider with min/max numeric inputs flanking the slider track. Allows direct value entry or drag-to-set.",
    "keywords": [
      "slider",
      "range",
      "min",
      "max",
      "input",
      "numeric",
      "value",
      "control",
      "bound",
      "dual-handle"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Price range"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text"
      ]
    },
    {
      "id": "range",
      "component": "Range",
      "max": 1000,
      "min": 0
    },
    {
      "id": "input",
      "component": "Input",
      "type": "number",
      "value": "120"
    },
    {
      "id": "field",
      "component": "Field",
      "label": "Min",
      "children": [
        "input"
      ]
    },
    {
      "id": "input-2",
      "component": "Input",
      "type": "number",
      "value": "780"
    },
    {
      "id": "field-2",
      "component": "Field",
      "label": "Max",
      "children": [
        "input-2"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "3",
      "justify": "between",
      "children": [
        "field",
        "field-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "range",
        "row"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "card"
      ]
    }
  ]
}
