1

I'm currently integrating this plugin in our component library:

https://storybook.js.org/docs/react/essentials/interactions

Is it possible to disable this plugin via parameters or any sort of configuration?

I have a few stories for which I intend to use the plugin, but not for all. So far, I haven't found any mentions in the docs or in the community about how to achieve this in an easy way.

I used multiple plugins in storybook and they are usually easy to disable with a parameter for example:

Zeplin Addon

parameters: {
   zeplinLink: { disable: true },
}

Thanks!

BorisL91
  • 13
  • 1
  • 3
  • have you tried [this](https://stackoverflow.com/questions/59680328/hide-addon-per-story-in-storybook) approach? – simo54 Oct 14 '22 at 18:37

0 Answers0