{ "component": "skip-link", "fixtures": [ { "name": "default", "options": { "text": "Skip to main content", "href": "#test-target-element" }, "hidden": false, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "Skip to main content" }, { "name": "with focus", "options": { "classes": ":focus", "text": "Skip to main content", "href": "#test-target-element" }, "hidden": false, "description": "Simulate triggering the :focus CSS pseudo-class, not available in the production build.", "previewLayoutModifiers": [], "screenshot": false, "html": "Skip to main content" }, { "name": "no href", "options": { "text": "Skip to main content" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "Skip to main content" }, { "name": "custom href", "options": { "text": "Skip to custom content", "href": "#custom" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "Skip to custom content" }, { "name": "custom text", "options": { "text": "skip" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "skip" }, { "name": "html as text", "options": { "text": "

skip

" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "<p>skip</p>" }, { "name": "html", "options": { "html": "

skip

" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "

skip

" }, { "name": "classes", "options": { "text": "Skip link", "classes": "app-skip-link--custom-class" }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "Skip link" }, { "name": "attributes", "options": { "text": "Skip link", "attributes": { "data-test": "attribute", "aria-label": "Skip to content" } }, "hidden": true, "description": "", "previewLayoutModifiers": [], "screenshot": false, "html": "Skip link" } ] }