@kadira/storybook

  • Version 2.35.3
  • Published
  • 39 dependencies
  • MIT license

Install

npm i @kadira/storybook
yarn add @kadira/storybook
pnpm add @kadira/storybook

Overview

React Storybook: Isolate React Component Development with Hot Reloading.

Index

Variables

variable module

var module: any;

    Functions

    function action

    action: (name: string, ...params: any[]) => any;

      function addDecorator

      addDecorator: (decorator: StoryDecorator) => void;

        function linkTo

        linkTo: (name: string, ...params: any[]) => void;

          function storiesOf

          storiesOf: (name: string, module: any) => Story;

            Interfaces

            interface Story

            interface Story {}

              method add

              add: (storyName: string, callback: Function) => Story;

                method addDecorator

                addDecorator: (decorator: StoryDecorator) => Story;

                  interface StoryDecorator

                  interface StoryDecorator {}

                    call signature

                    (story: Function, context: { kind: string; story: string }): Object;

                      Package Files (1)

                      Dependencies (39)

                      Dev Dependencies (21)

                      Peer Dependencies (2)

                      Badge

                      To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                      You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@kadira/storybook.

                      • Markdown
                        [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@kadira/storybook)
                      • HTML
                        <a href="https://www.jsdocs.io/package/@kadira/storybook"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>