Material-UI is a very big package and I only want to use one component of it.
Is there a way to install a package that only contains the component I want to use?
e.g.
use
import Button from '@material-ui/core/Button';
But only have in your package.json
something like @material-ui/core/Button
.
The reason I want this is to have a small node_modules
.