Hacker News new | ask | show | jobs
by shripadk 2199 days ago
You don't need to use the Material UI provided theme. You can just use the Base components. Like InputBase [1] or ButtonBase [2] and build your own component out of it.

If you spend sometime with Material UI you will realize that it is actually designed really well.

[1]: https://material-ui.com/api/input-base/ [2]: https://material-ui.com/api/button-base/