{% from "components/duration/_macro.njk" import onsDuration %}

{{
    onsDuration({
        "id": "address-duration-error-example",
        "legendOrLabel": 'How long have you lived at this address?',
        "legendClasses": 'ons-u-vh',
        "field1": {
            "id": "address-duration-years-error-example",
            "name": "address-duration-years",
            "suffix": {
                "text": "Years",
                "id": "address-duration-years-suffix-error-example"
            }
        },
        "field2": {
            "id": "address-duration-months-error-example",
            "name": "address-duration-months",
            "suffix": {
                "text": "Months",
                "id": "address-duration-months-suffix-error-example"
            }
        },
        "error": {
            "id": "address-duration-error-example",
            "text": "Enter how long you have lived at this address"
        }
    })
}}
