Michał Dudak
Michał Dudak
@arpitdalal I'm trying to reproduce the error using the codesandbox you provided, but I'm unable to. Perhaps a more recent version of dependencies could solve the problem. Could you please...
Thanks for reporting this!
> How can we translate this into a headline and tagline that will resonate with our target audience? (And who is the target audience here?) The target audience is the...
Thanks a lot, @danilo-leal! So the furniture assembly manuals idea you had didn't look good in this case? I was also thinking about something like a blueprint or a technical...
I've added a "Why MUI Base" section that (hopefully) explains when the library should be used. I'd appreciate if @samuelsycamore could take a look at it. As for having more...
@mui/core Can I please have a green check mark if everything's OK? :)
> One with no default theme or callback function, imported from @material-ui/unstyled It seems to me that the System could be a better place for this as it's a utility...
We don't have it on the roadmap as of now. However, if we see significant interest in the community, we may consider creating one.
Consider the following simplified example - a Button component from a styled library (like Material UI or Joy UI). Its (greatly simplified) implementation could look like that: ```jsx const ButtonRoot...
Both Styled Components and Emotion refer to it as the rendered component (https://emotion.sh/docs/styled#as-prop, https://styled-components.com/docs/api#as-polymorphic-prop). While I also understand the term "leaf component", technically it doesn't have to be a leaf...