-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Auto-load addons #764
Comments
I think "automagic" like this hurts more than it helps. People don't really understand how it works and so when they have problems they don't have any clue how to fix them. It doesn't seem worth it to save a one line |
In general I like the idea of lowering the barrier to entry. Take a look at storybook-addon-material-ui. It's more On the other hand, in addition to registering the addon, we need some templates. That's why I'd like to have some API like |
That is my recommendation, yes. Not so wedded to it that I would complain if we wanted to go another way, but this is based on my experience with other OSS projects. |
Definitely with @tmeasday on this one, and for the same reasons (cough, Meteor, cough) |
We could load all addons we know
@storybook/addon-**
and the community developed onesstorybook-addon-**
by reading thepackage.json
.The text was updated successfully, but these errors were encountered: