-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Feature] Can we add an option to customize the theme path root directory? #31
Comments
@bneigher Is there anything we could improve from the official example? |
@oliviertassinari the need to have a
p.s. Absolutely love everything else about the lib |
But correct me if I am wrong but you dont have to use the top-layout. If you look at the code in there you see that it just uses some basic material-ui stuff that you can add to your own code like this:
|
@rejas How do you make sure to wrap the client and server React tree? |
to be honest: i dont know (or what you mean exactly). you can see my page code at https://github.com/rejas/veeck.de if you want to take a look yourself |
I hope that it a correct way of doing it? I am not very familiar with the whole SSR thing (as can be read here: https://twitter.com/hansalbern/status/1252477133743628288) |
What does that line do exactly? |
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 NEED to have the
src/gatsby-theme-material-ui-top-layout/...
block in our codebase. It would be really nice to be able to change this path to a custom one.. likesrc/styles/...
A. Is this possible today? If so perhaps adding it to the docs would help.
B. If not, any reason why this is not implemented? Would love to change this.
The text was updated successfully, but these errors were encountered: