Chapter 12: Styling the Frontend with React MUI
This chapter explains how to use MUI components in our frontend. We will use the Button component to show the styled buttons. We will also use MUI icons and the IconButton component. The modal form input fields are replaced by TextField components.
In this chapter, we will cover the following topics:
- Using the MUI
Buttoncomponent in our frontend - Using the MUI
IconandIconButtoncomponents in our frontend - Using the MUI
TextFieldcomponent in our frontend