@times-stories/sharing-controls
v1.2.2
Published
> The progress indicator for the `@times-stories` suite of packages
Downloads
20
Keywords
Readme
@times-stories/sharing-controls
The progress indicator for the
@times-stories
suite of packages
Installation
$ yarn add @times-stories/sharing-controls
Usage
It is unlikely you'll need to use this component, unless you are building a custom Story implementation.
import SharingControls from "@times-stories/sharing-controls";
export default () => (
<SharingControls
identifier="1234-1234"
url="https://www.thetimes.co.uk/"
headline="The NHS at 70 your memories of the National Health Service"
text="NHS at 70: Times readers on their experiences of the National Health Service"
/>
);