1.3.2 • Published 5 years ago

@times-stories/chapter-page v1.3.2

Weekly downloads
-
License
-
Repository
-
Last release
5 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

5 years ago

1.3.1

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago