Using the ZIP Archive
The ZIP archive with the Telerik UI for .NET MAUI is another distribution method that helps developers create their own repository with controls. You can store them locally on your system, create a common repo for the developers working on your project, or even build your own private NuGet server with the control versions you need.
Having a downloaded ZIP archive with the controls lets you install them even when you work offline. The archive contains also the Telerik UI for .NET MAUI sample applications that you can use for inspiration or learning purposes.
The most common way to install the Telerik UI for .NET MAUI components is to use the Telerik NuGet feed or the automated installer.
Downloading
To download the ZIP archive with the Telerik UI for .NET MAUI controls:
- Go to the Downloads section of your Telerik account.
- In the Installation section, locate the
Telerik_UI_for_dot_NET_Maui_[version]_[license_type].zip
file and download it.
Using the ZIP
The ZIP
archive contains the following folders:
Binaries
—Includes theNet8
andNet9
folders. Each folder contains the needed assemblies for Android, iOS, MacCatalyst, and WinUI. You can use them to manually reference the Telerik UI for .NET MAUI DLLs in your app.Examples
—Contains the sample applications demonstrating the Telerik UI for .NET MAUI controls. For more details, go to the Sample Applications section.LicenseAgreements
—Provides the product End-User License Agreement (EULA).Packages
—Contains theTelerik.UI.for.Maui.[version].nupkg
NuGet package. Use it in case you need to set up a local NuGet source and reference theTelerik.UI.for.Maui.[version].nupkg
from there.