matte
matte copied to clipboard
Support for 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, 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:
- [ ] Avatar
- [ ] List
- [ ] Table
- [ ] Button
- [ ] Select
- [ ] TextField
- [ ] Breadcrumbs
- [ ] Menu
- [x] Tabs
- [ ] Card
- [ ] Dialog
- [ ] Sidesheet
- [ ] Stepper
This progress is also related to MUI's progress on the same initiative: https://github.com/mui-org/material-ui/issues/27170