@kadira/storybook-channel-postmsg

Post Message channel for Kadira Storybooks. This channel can be used when the Storybook Renderer runs inside an iframe or a child window. A channel can be created using the createChannel function.

Usage no npm install needed!

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

README

Post Message Channel

Post Message channel for Kadira Storybooks. This channel can be used when the Storybook Renderer runs inside an iframe or a child window. A channel can be created using the createChannel function.

import createChannel from '@kadira/storybook-channel-postmsg'
const channel = createChannel({ key: 'postmsg-key' })