Sha256: e9ee5fa51d3a6af9c62b7cff4365dc965ef5a1f84bd61230f8588a4693a96628
Contents?: true
Size: 1.84 KB
Versions: 10
Compression:
Stored size: 1.84 KB
Contents
{ "component": "back-link", "fixtures": [ { "name": "default", "options": { "href": "#" }, "hidden": false, "html": "<a href=\"#\" class=\"govuk-back-link\">Back</a>" }, { "name": "with custom text", "options": { "href": "#", "text": "Back to home" }, "hidden": false, "html": "<a href=\"#\" class=\"govuk-back-link\">Back to home</a>" }, { "name": "classes", "options": { "classes": "app-back-link--custom-class", "href": "#" }, "hidden": true, "html": "<a href=\"#\" class=\"govuk-back-link app-back-link--custom-class\">Back</a>" }, { "name": "html as text", "options": { "text": "<b>Home</b>", "href": "#" }, "hidden": true, "html": "<a href=\"#\" class=\"govuk-back-link\"><b>Home</b></a>" }, { "name": "html", "options": { "html": "<b>Back</b>", "href": "#" }, "hidden": true, "html": "<a href=\"#\" class=\"govuk-back-link\"><b>Back</b></a>" }, { "name": "attributes", "options": { "href": "#", "html": "<b>Back to home</b>", "attributes": { "data-test": "attribute", "aria-label": "Back to home" } }, "hidden": true, "html": "<a href=\"#\" class=\"govuk-back-link\" data-test=\"attribute\" aria-label=\"Back to home\"><b>Back to home</b></a>" } ] }
Version data entries
10 entries across 10 versions & 1 rubygems