storybook-addon-material-ui icon indicating copy to clipboard operation
storybook-addon-material-ui copied to clipboard

Addon for storybook wich wrap material-ui components into MuiThemeProvider. :page_with_curl: This helps and simplifies development of material-ui based components.

Results 17 storybook-addon-material-ui issues
Sort by recently updated
recently updated
newest added

Material UI is now 2 major versions ahead of what is supported here. Please consider making this obvious in the top of the README file.

Does the decorator need to add an additional div as part of the decorator here: https://github.com/react-theming/storybook-addon-material-ui/blob/b0ac1c444bd33212d693af182ac6fed1b069c3db/src/UI/MuiDecorator.js#L19 This is causing issues for stories that need to have 100% height.

My setup looks like this _package.json_ ``` "dependencies": { "@material-ui/core": "^4.11.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.55", "@material-ui/pickers": "^3.2.8", "react": "^16.8.6", }, "devDependencies": { "@storybook/addon-actions": "~6.3.12", "@storybook/addon-essentials": "~6.3.12", "@storybook/addon-links": "~6.3.12", "@storybook/node-logger": "~6.3.12",...

We have dependencies on Core 5+ and would very much like to use this Add-on.

If using localization, themes must be combined with Locale: https://material-ui.com/guides/localization/ Can you provide a method, which takes a `Theme` Object (e.g. created by [`createMuiTheme`](https://material-ui.com/customization/default-theme/)) instead of the raw Palette. Thx...

Hi, After adding this addon to my storybook with version 6.X, I'm having some weird behaviours: - background of theme don't apply to component preview section - my addon panel...

For some reason the "Clone Theme", "Clear Theme", "Download Theme" and "Help" buttons do nothing at all. I can edit the theme, but I cannot download it. Running on localhost....

So I see you can add this individually to a story. How do you apply it as a decorator to every story?

As per docs, not passing any args to `muiTheme()` should create default light and dark themes. Selecting the dark theme does not change the theme being used within storybook. In...