Install material ui in react project.

preview_player
Показать описание
Material UI is a library of React UI components that implements Google's Material Design.

Open a terminal window and navigate to your project directory.
Run the following command:
npm install @material-ui/core
This will install the latest version of Material UI and add it as a dependency in your project. You can then import and use components from Material UI in your code.
Рекомендации по теме