arc icon indicating copy to clipboard operation
arc copied to clipboard

Customizing Storybook

Open alexwine36 opened this issue 6 years ago • 1 comments

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?

alexwine36 avatar May 31 '18 19:05 alexwine36

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",

BrenoMazieiro avatar Mar 29 '19 02:03 BrenoMazieiro