EDS4 logo
@eds/a11y
v4.2.1

a11y

Collection of components to help build accessible experiences.
Prop
Required
Description
Type
as

ElementType<any>
ref

MutableRefObject
Prop
Required
Description
Type
links

Define one or many anchor links the keyboard-only user can jump to.

{ label: string; href: string; }[]
ariaLabel

Optionally set a different aria-label on the surrounding <nav> element. Defaults to Skip links.

string