{
	"$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"
		}
	}
}
