Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing Storybook #345

Open
alexwine36 opened this issue May 31, 2018 · 1 comment
Open

Customizing Storybook #345

alexwine36 opened this issue May 31, 2018 · 1 comment

Comments

@alexwine36
Copy link

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?

@BrenoMazieiro
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants