WithSkipLinks(__namedParameters: { children: ReactNode; defaultSkipLinks: undefined | SkipLinksState }): Element
Context wrapper to maintain the list of SkipLink items in state on any given page, in the order that they appear within the DOM.
To support SSR, a default SkipLink[] can be provided. When relying on this, the id attribute must be manually
applied to the target elements.
<WithSkipLinks defaultSkipLinks={...}>
// your app here
</WithSkipLinks>
Context wrapper to maintain the list of SkipLink items in state on any given page, in the order that they appear within the DOM. To support SSR, a default SkipLink[] can be provided. When relying on this, the id attribute must be manually applied to the target elements.
<WithSkipLinks defaultSkipLinks={...}> // your app here </WithSkipLinks>