-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[material-ui][docs] Improve documentation for "complementary" components #39952
Comments
I'd be interested in resolving this issue, can I help? |
Here are the components I've found that seem to lack clear documentation for complementary components:
|
Thanks for investigating this @anle9650 !! I've added the |
Created an issue for the tabs complementary components: #40558 |
An issue was created for the Stepper complementary components: #41454 |
@anle9650 reviewing the list above again, I think we can drop Snackbar — |
Feedback received:
from https://mui.com/material-ui/react-accordion/#
I can empathize with this frustration. Material UI has lots of these complementary components (or maybe supplementary is a better term?) that don't have their own demo pages, because you would only ever use them in the context of their parent component. But they're not consistently documented in the parent demo docs either, leading to this awful UX loop:
Not fun!
I think we've largely resolved this issue in the Joy and Base docs by consistently documenting these complementary components in their respective parent component demo pages. We need to comb through the Material UI docs to find these undocumented components and show users what to do with them.
The text was updated successfully, but these errors were encountered: