1.3.2 • Published 6 years ago

@times-stories/chapter-page v1.3.2

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

@times-stories/chapter-page

The chapter page for the @times-stories suite of packages

Installation

$ yarn add @times-stories/chapter-page

Usage

import Story from "@times-stories/story";
import Page from "@times-stories/page";
import ChapterPage from "@times-stories/chapter-page";

export default () => (
  <Story>
    <Page>
      {props => (
        <ChapterPage
          {...props}
          headline="Record care: your memories of the NHS"
          standfirst="Click anywhere on the right to begin listening to our readers' experiences"
          backgroundImage={{
            src: backgroundImage,
            focusPoint: {
              x: 50,
              y: 50
            }
          }}
        />
      )}
    </Page>
  </Story>
);
1.3.2

6 years ago

1.3.1

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.0

7 years ago