Erik Schannen
Aug 26, 2023
Review
In your question, you mention Material-UI (https://m3.material.io/get-started), but what you really want is MUI (https://mui.com/). This is a great UI framework that I have used in several projects. It comes with a complete set of components and is easily themable and customizable. Some people are against it because it may increase your bundle size, so to avoid that make sure to always use path imports (https://mui.com/material-ui/guides/minimizing-bundle-size/#option-one-use-path-imports).
0 views0