dsfr4drupal-1.x-dev/components/skiplinks/skiplinks.component.yml
components/skiplinks/skiplinks.component.yml
name: DSFR - Skiplinks
description: Skip links allow users navigating with a keyboard, or equipped with screen readers, to access specific areas of the page more quickly.
status: stable
group: DSFR
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
html_tag:
type: string
title: HTML tag
default: 'nav'
items:
type: array
title: Items
items:
type: object
properties:
anchor:
type: string
title: Item anchor
description: An HTML identifier
title:
type: string
title: Item title
label:
type: string
title: Skiplinks "aria-label" attribute
description: 'By default: "Quick access", or the translated string in another language.'
required:
- items
libraryOverrides:
dependencies:
- dsfr4drupal/component.skiplink
