-
-
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
[Stack][joy] Add new component #33800
Conversation
@mui/joy: parsed: +1.06% , gzip: +1.34% |
Thanks
…On Thu, Aug 4, 2022, 9:49 AM MUI Bot ***@***.***> wrote:
Bundle size will be reported once CircleCI build #413438
<https://app.circleci.com/pipelines/github/mui/material-ui/jobs/413438>
finishes.
Generated by 🚫 dangerJS <https://danger.systems/js> against 7f4683a
<7f4683a>
—
Reply to this email directly, view it on GitHub
<#33800 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2KTIJ3BZOYXGKLC43AD7WDVXPJ7RANCNFSM55S2NJXQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
createStyledComponent: styled('div', { | ||
name: 'JoyStack', | ||
slot: 'Root', | ||
overridesResolver: (props, styles) => styles.root, |
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.
We might not need this in the future because layout components do not require theming.
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.
I was thinking the same thing. Again, I think once we have all components in all packages, we should do a pass and fix inconsistencies/improve them.
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.
❤️ Looks good! @mnajdova
Demo: https://codesandbox.io/s/currying-hooks-2f8di1?file=/demo.tsx
I haven't seen any doc for the system components, so I didn't add one for the Stack too. I guess they will be coming afterwards.