{ "component": "back-link", "fixtures": [ { "name": "default", "options": { "href": "#" }, "html": "Back" }, { "name": "with custom text", "options": { "href": "#", "text": "Back to home" }, "html": "Back to home" }, { "name": "classes", "options": { "classes": "app-back-link--custom-class", "href": "#" }, "html": "Back" }, { "name": "html as text", "options": { "text": "Home", "href": "#" }, "html": "<b>Home</b>" }, { "name": "html", "options": { "html": "Back", "href": "#" }, "html": "Back" }, { "name": "attributes", "options": { "href": "#", "html": "Back to home", "attributes": { "data-test": "attribute", "aria-label": "Back to home" } }, "html": "Back to home" } ] }