You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MUI recently introduced unstyled components. We should further investigate how (if) they could be utilised in Matte.
Knowledge so far
In some cases, like Tabs it's easy to use MUI's unstyled components. In other cases, like Dialog the implementation is more complex. Needs further investigation. Also, MUI does not plan to provide unstyled versions of components like Card, where styling is necessary. In these cases, we should build these components from scratch.
Support for unstyled components
Keeping here track of migration from styled to unstyled components:
MUI recently introduced unstyled components. We should further investigate how (if) they could be utilised in Matte.
Knowledge so far
In some cases, like
Tabs
it's easy to use MUI's unstyled components. In other cases, likeDialog
the implementation is more complex. Needs further investigation. Also, MUI does not plan to provide unstyled versions of components like Card, where styling is necessary. In these cases, we should build these components from scratch.Support for unstyled components
Keeping here track of migration from styled to unstyled components:
This progress is also related to MUI's progress on the same initiative:
https://github.com/mui-org/material-ui/issues/27170
The text was updated successfully, but these errors were encountered: