This package has been deprecated

Author message:

Deprecated: see storybook stories for pattern examples

@exemplar/storybook-react

2.0.1 • Public • Published

@exemplar/storybook-react

Run Storybook for a React Component that's using the consistent example structure defined by exemplar.

Install

Add storybook and exemplar to your package

npm i --save-dev @exemplar/storybook-react @storybook/react@5

Add storybook scripts to your package.json:

{
  "scripts": {
    "storybook": "start-storybook -p 9001 -c ./node_modules/@exemplar/storybook-react"
  }
}

Setting up stories

Before you can run storybook you will need create some @exemplar style examples: see the example structure in a nutshell

/@exemplar/storybook-react/

    Package Sidebar

    Install

    npm i @exemplar/storybook-react

    Weekly Downloads

    1

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    14 kB

    Total Files

    11

    Last publish

    Collaborators

    • indexzero
    • jcline
    • sivanmehta
    • swaagie