gatsby-theme-material-ui
gatsby-theme-material-ui copied to clipboard
Gatsby theme for Material-UI
``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: root@undefined npm ERR! Found: @typescript-eslint/[email protected] npm ERR! node_modules/@typescript-eslint/eslint-plugin npm ERR! dev...
This seems to cause errors with @mui v5 and the the `latest` of this plugin. ``` ERROR #98124 WEBPACK Generating development SSR bundle failed Can't resolve '/.cache/webfonts/webfonts.css' in '/Users/jshebert/Development/lightstep-web/node_modules/gatsby-plugin-webfonts' If...
Hi, it's could be relevant to add a section about self-hosted fonts. In your readme you only speak about google fonts but what about the use case we have paid...
/gatsby-config.js ```js module.exports = { plugins: [ `gatsby-plugin-material-ui`, { resolve: `gatsby-theme-material-ui`, options: { webFontsConfig: { fonts: { google: [ { family: `Poppins`, variants: [`700`], }, ], }, }, }, },...
Am facing error like warn Plugin gatsby-plugin-material-ui is not compatible with your gatsby version 4.6.0 - It requires gatsby@^3.0.0 Any input ? package.json "gatsby-plugin-material-ui": "^4.0.2", "gatsby": "^4.6.0", "gatsby-material-ui-components": "^5.1.0", "gatsby-theme-material-ui-top-layout":...
* Update doc with a more recent version of source [top-layout.js file](https://github.com/hupe1980/gatsby-theme-material-ui/blob/master/packages/gatsby-theme-material-ui-top-layout/src/components/top-layout.js)
Cool library. Took a while to figure out how to set it all up, but it works nicely. One usability / code structure OCD complaint I have is that we...
Is there a possibility of a next branch for the v5 material ui changes?
the hrefLang prop is not available on a Button element 
I built a site using `gatsby-theme-material-ui`. Now I want to take my site and package it up as a theme. When I try to use my new theme, I get...