I want to use the Slider component from Material UI in my React app. The Slider is part of 'Lab', a 'package that hosts the incubator components that are not yet ready to move to the core.'
npm install @material-ui/lab
npm install @material-ui/core
Do I still need to install Core Material UI to my project or can I only add the Lab? I do not want to add more bulk to my already big project.