How to setup Material-UI for React with Typescript?

前端 未结 4 1196
夕颜
夕颜 2021-01-31 17:24

I\'ve run in some problems add Material UI to my React project, which is programmed with Typescript.

According to the tutorial, I start with adding the react-tab-event-p

4条回答
  •  有刺的猬
    2021-01-31 17:35

    Add these two dependencies to your package.json file and run npm install and then start. It worked for me

    "@types/material-ui": "^0.21.1", "material-ui": "^0.20.0",

提交回复
热议问题