This component allows you to create a screen-reader only/keyboard focusable only link that allows a user to skip to the main content of the page. This is extremely useful when you have a lot of navigation items that must be tabbed through before the main content can be focused and this component should normally be the first focusable element on your page.
Generated using TypeDoc
The
Link
component is used to render links within your app with a basic styles applied and some additional "security" built-in if using therel="_blank"
. This can be used with a browser routing library likereact-router
orreach-router
by providing theLink
as thelinkComponent
prop.