@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
22 lines (21 loc) • 428 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/component.json",
"componentName": "skip-link",
"title": "Skip link",
"componentClass": "skip-link",
"example": {
"attributes": {
"skipLinkUse": true
}
},
"attributes": {
"skipLinkUse": {
"type": "boolean",
"default": true
},
"skipLinkTarget": {
"type": "string",
"default": "#main-content"
}
}
}