Michał Dudak

Results 443 comments of Michał Dudak

> I think the question here is "do you want MUI Base to support subcomponents customization?" No. We don't want to assume any particular shape of slot components. Specifically, we...

So, if I understand this correctly, you're proposing that the `components.x` is a shorter way of writing `slotProps.x.component`, yes?

Generally, I see two changes are proposed here: 1. Change (or settle on) the interpretation of the `component` prop, so that it is used to customize the leaf element (similarly...

> What I meant is that in terms of behavior it will behave the same. Not necessarily. The current pattern in Material UI uses the `as` prop to modify the...

Thanks for your input. The internals (and a bit of the API surface area) of the tabs will likely change. We'd like to move away from `cloneElement` and instead use...

Sure. We'll also include the proper note in the changelog as it'll likely be a breaking change.

Regression tests fail because they in your branch use the old SDK that's not supported anymore. Please marge in the latest master.

There is a growing list of components we should create in MUI Base :) Let's set priorities on the next product meeting.

Could you please merge in the latest master? This should solve the failing regression tests issue.