@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
Functions
Interfaces
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)
- @kadira/react-split-pane
- @kadira/storybook-addon-actions
- @kadira/storybook-addon-links
- @kadira/storybook-addons
- @kadira/storybook-channel-postmsg
- @kadira/storybook-ui
- airbnb-js-shims
- autoprefixer
- babel-core
- babel-loader
- babel-plugin-react-docgen
- babel-preset-react-app
- babel-runtime
- case-sensitive-paths-webpack-plugin
- chalk
- commander
- common-tags
- configstore
- css-loader
- express
- file-loader
- find-cache-dir
- json-loader
- json-stringify-safe
- json5
- lodash.pick
- postcss-loader
- qs
- react-modal
- redux
- request
- serve-favicon
- shelljs
- style-loader
- url-loader
- uuid
- webpack
- webpack-dev-middleware
- webpack-hot-middleware
Dev Dependencies (21)
Peer Dependencies (2)
Badge
To add a badge like this oneto 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>
- Updated .
Package analyzed in 2356 ms. - Missing or incorrect documentation? Open an issue for this package.