react-theming / storybook-addon-material-ui

Addon for storybook wich wrap material-ui components into MuiThemeProvider. :page_with_curl: This helps and simplifies development of material-ui based components.
https://github.com/sm-react/storybook-addon-material-ui
MIT License
567 stars 131 forks source link

Not registering in Storybook panel #93

Closed stephenway closed 5 years ago

stephenway commented 5 years ago

I installed this extension running the latest storybook. Once I started it I noticed that the panel for material-ui is missing.

simoneb commented 5 years ago

That's because there's an error in the docs. See the example for the correct addon registration code.

usulpro commented 5 years ago

solved in #94