I am building e-commerce react app. I need to use Slider component of material-ui for price range.
To use Slider component I have to install whole material-ui library.
Actually my concern is - why i need to install whole library if I am only going to use it's few component ?
Is there any possible way to just install required components so that our react app size dont' get bigger ?