Chapter 12
- MUI is the component library for React, and it implements Google’s material design.
- First, you have to install the MUI library using npm. Then you can start to use components from the library. The documentation of the different components can be found at https://mui.com/.
- To use icons, you have to install
@mui/icons-material
package using npm. Then you can use icons with for example,IconButton
component.