-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[docs] Add full page examples #10986
Comments
@xeoncross Thanks for sharing this app shell. |
I also tried to create a sample on CS: minimum boilerplate required to use dark theme. Would you like to include it? I started with Olivier's, but I was inspired by Xeon's so I updated my React & ReactDOM to latest (16.3.2). |
@yzorg Thanks for the resource. We will see how to leverage it once we start working on this issue. |
What about full applications, with routes, some own components, lazy loader for routes, internationalization and other things. I have a sort of template (this one) and I would like to add in your docs. Is not finished yet, I need to make some adjustments, even to the code (add a lint and other things), but it is responsive and I think that looks nice. I'm open to new ideas to make it better. Do you guys think that it is a good idea adding this kind of full apps to your docs? |
No objection here, presuming they're well documented (what technologies, what opinionated features etc.), and are maintained on an ongoing basis. It could go in related projects. |
I created a sample app shell with a responsive left-drawer and content cards based on the component demos you have provided.
I am sharing a link here as this might be a good demo for the documentation (you're welcome to fork it as it is mostly MUI code anyway).
https://codesandbox.io/s/3x24zvxr1
The text was updated successfully, but these errors were encountered: