Mokera

Tech Sheets

mokelab

Introduce MUI

Last updated:2024-06-22

documentation here: Installation

Create a React application project

Build a React development environment.

If you already have a project, you can skip this step.

Install MUI

Basically, install the required packages with npm.

npm install @mui/material @emotion/react @emotion/styled 

Install additional packages

If you need additional packages, such as MUI Icons, install them with the following command:

npm install @mui/icons-material 

Back