-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 PickersPopper
component to customization playground
#15305
[docs] Add PickersPopper
component to customization playground
#15305
Conversation
styledComponents: { | ||
type: 'warning', | ||
parentSlot: 'desktopPaper', | ||
parentComponent: 'Paper', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PickersPopper
is an internal
component, I think that it is better to show the compromise of overriding it with MuiPaper
instead. 🤔
Deploy preview: https://deploy-preview-15305--material-ui-x.netlify.app/ |
Are you suggesting removing the |
Do you see some customization use cases for the |
I have changed the order of the slots and the first one (paper) is now the default. |
Cherry-pick PRs will be created targeting branches: v7.x |
Fixes #15263.