Sha256: 16dddb83c1e278451d6fb5e3b65cce4286d3010794f2c4de2a5d7235aab70279
Contents?: true
Size: 1.84 KB
Versions: 35
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
35 entries across 35 versions & 1 rubygems