Using single components without pulling in whole framework

I’d like to include the minimal amount of code as I only expect to use 2 controls without any of the rest. Right now I only want to use the Range Component. Is there a way to import it without doing the Ionic modules. I’d rather create my own elements module.

I don’t think Ionic Components are meant or made to be used that way (yet).
At least I can not remember an instance where this was done before.