bpk-component-skip-link
v3.1.2
Published
Backpack skip-link component.
Downloads
106
Maintainers
Keywords
Readme
bpk-component-skip-link
Backpack example component.
Installation
npm install bpk-component-skip-link --save-dev
Usage
import React from 'react';
import BpkSkipLink from 'bpk-component-skip-link';
export default () => <BpkSkipLink href="#main" label="Skip to main content" />;
Props
| Property | PropType | Required | Default Value | | --------- | -------- | -------- | ------------- | | className | string | false | null | | label | string | true | - | | href | string | true | - |
Theme Props
skipLinkBackgroundColor