Détail du package

@kadira/storybook-addons

kadirahq11.2kMIT1.6.1

Storybook addons store

storybook

readme

Storybook Addons

Storybook Addons is a node module which is used to load custom addons to storybook. It stores addon loaders, communication channel and other resources which can be used by storybook implementations where required.

Writing New Addons

TODO

changelog

Changelog

v1.6.0

28 Oct 2016

Revert stuff introduce with v1.6.0. It might break react-native-storybook. We have another way to do what we support to do with preview decorators.

v1.6.0

28 Oct 2016

  • Add setPreviewDecorator and getPreviewDecorator methods.
  • Now following methods can only be set once and they accept an option name as the second argument.
    • setChannel(channel, name)
    • setDatabase(database, name)
    • setPreview(preview, name)
    • setPreviewDecorator(decorator, name)

v1.5.0

13 Aug 2016

  • Add getDatabase and setDatabase methods PR3

v1.4.0

29 Aug 2016

  • Add getPreview and setPreview methods PR2

v1.3.1

  • First stable release with addon store for loaders, panels and channel.