Open alexwine36 opened 6 years ago
Just follow this guide: https://storybook.js.org/docs/addons/using-addons/
And dont forget to "match" the addon dependency version with the @storybook/react
Example: "@storybook/addon-actions": "^4.1.4", "@storybook/addon-knobs": "^4.1.4", "@storybook/addon-notes": "^4.1.4", "@storybook/addons": "^4.1.4", "@storybook/react": "^4.1.4",
I apologize for the ignorant question but all of the tutorials I have found for customizing storybook with addons are on pretty vanilla react configurations does anyone happen to have an example of how to put addons into storybook with the ARC setup?