@times-stories/navigation

1.2.2 • Public • Published

@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>
);

Readme

Keywords

none

Package Sidebar

Install

npm i @times-stories/navigation

Weekly Downloads

7

Version

1.2.2

License

none

Unpacked Size

6.17 kB

Total Files

5

Last publish

Collaborators

  • danielbenclark
  • chrishutchinson
  • flashcheeks