1.2.2 • Published 5 years ago

@times-stories/navigation v1.2.2

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

@times-stories/navigation

The navigation for the @times-stories suite of packages

Installation

$ yarn add @times-stories/navigation

Usage

It is unlikely you'll need to use this component, unless you are building a custom Story implementation.

import StoryContext from "@times-stories/context";
import { NextButton, PreviousButton } from "@times-stories/navigation";

export default () => (
  <StoryContext.Provider>
    <NextButton />
    <PreviousButton />
  </StoryContext.Provider>
);
1.2.2

5 years ago

1.2.1

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago