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
Currently, some components rely still a lot on styled divs. It would be nice to use layout components from MUI (Stack, Grid, etc.).
Alternatively you can use the [Stack component](https://mui.com/material-ui/api/stack/) which lets you organise components along one direction. It also supports all [`system props`](https://mui.com/system/properties/) which means you can move your style to component props directly. Just a suggestion, i don't think it would change too much things, matter of preference 😊
Currently, some components rely still a lot on styled divs. It would be nice to use layout components from MUI (Stack, Grid, etc.).
Originally posted by @spaenleh in #74 (comment)
The text was updated successfully, but these errors were encountered: