Load Only Part of Radzen Blazor Library

I have a Blazor application that needs a Google Map like the one found here: https://blazor.radzen.com/googlemap

I don't need the rest of the library to be loaded. Is it possible to use only a single component and install it separately from the entire library? Or is my only option to include the entire library?

There is no way to load only one component.

Ok, thank you. I will probably look at the source and make a custom component based on Radzen.