gatsby-plugin-material-ui icon indicating copy to clipboard operation
gatsby-plugin-material-ui copied to clipboard

Gatsby plugin that adds SSR support for Material UI

Results 4 gatsby-plugin-material-ui issues
Sort by recently updated
recently updated
newest added

Hi I am using material-ui `^1.0.0-beta.34` and I can't seem to get the styles applied in gatsby... gatsby-config.js ``` { resolve: 'gatsby-plugin-material-ui', options: { pathToTheme: 'src/mui-theme' } }, ``` mui-theme.js...

Hello. Are there any plans to support `[email protected]` and `[email protected]`? Would you accept a PR? I already have a [working implementation](https://github.com/gatsbyjs/gatsby/issues/6127#issuecomment-409736770). We could add it as `gatsby-plugin-material-ui@next`, similar to what...

If you are using the latest version of Material UI then you need to update your import statements that are referencing the Material UI modules. I'm more of a hobby...

Without something like [`babel-plugin-direct-import`](https://github.com/umidbekkarimov/babel-plugin-direct-import) all svg icons are included in the page content, bloating it. This is because Gatsby does not use the latest webpack with treeshaking (https://github.com/gatsbyjs/gatsby/issues/461). [`gatsby-plugin-antd`](https://github.com/bskimball/gatsby-plugin-antd) does...