uninstall material ui react code example
Example 1: install material-ui
npm install @material-ui/core
# Yarn
yarn add @material-ui/core
Example 2: how to totally uninstall prettier
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
Example 3: install material ui
material ui