@kadira/storybook-addons

Storybook addons store

Usage no npm install needed!

<script type="module">
  import kadiraStorybookAddons from 'https://cdn.skypack.dev/@kadira/storybook-addons';
</script>

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