how to use material ui in nextjs code example
Example 1: setup material ui next js
yarn add @material-ui/core
Example 2: next.js with material ui
npm install --save @material-ui/core
yarn add @material-ui/core
npm install --save @material-ui/core