[Feature request] Make it possible to install only one component on project

Author: leonardopaivaCreated Jul 26, 2019Updated Jan 23, 2025

i am trying to implement the materializecss carousel on my angular project, i want only the carousel (because i already have angular material on my project) so i extracted the scripts necessary and scss / variables that i needed to make it possible, reducing from 201 kbs (materializecss.min) to 61 kbps not minified (carousel and dependency scripts), it works, but i want to make a feature request.

Expected behaviour: Make it easier to install just one component. something like npm install materialize-css@carousel

thanks