Backpack skip-link component.
npm install bpk-component-skip-link> Backpack example component.
``sh`
npm install bpk-component-skip-link --save-dev
`js
import React from 'react';
import BpkSkipLink from 'bpk-component-skip-link';
export default () =>
`
| Property | PropType | Required | Default Value |
| --------- | -------- | -------- | ------------- |
| className | string | false | null |
| label | string | true | - |
| href | string | true | - |
- skipLinkBackgroundColor`