New to Telerik UI for .NET MAUI? Start a free 30-day trial

Creating New Projects

This article demonstrates how to use the Telerik Visual Studio extensions to create a new project that is pre-configured for the Progress® Telerik® UI for .NET MAUI components.

Get the Wizard

To use the Telerik UI for .NET MAUI Create New Project wizard, install the Telerik UI for .NET MAUI Visual Studio Extension. You can get the extension from:

Start the Wizard

To start the wizard, use either the Extensions or the Project menu.

Extensions Menu

  1. Open the Extensions menu in Visual Studio.
  2. Select Telerik > Telerik UI for .NET MAUI > Create New Project.

    Telerik UI for .NET MAUI VS Extensions Menu

Project Menu

  1. Open Visual Studio and choose the Create a new project option.
  2. Search for telerik maui:

    Create a new project dialog with maui in the search field and results

  3. Select one of the supported project templates:

    • Telerik .NET MAUI App - Configurable Wizard—Represents a configurable wizard, which contains various predefined application templates that include the Telerik .NET MAUI suite setup.
    • Telerik .NET MAUI Blank App—Represents a blank project for creating a .NET MAUI application that includes the Telerik .NET MAUI suite setup.
    • Telerik .NET MAUI Blank Shell App—Creates a blank .NET MAUI Shell application. You can use this project as a .NET MAUI Shell example. In addition, you can use features like Shell Navigation, .NET MAUI Shell flyout, and .NET MAUI Shell tabs. For more details on .NET MAUI Shell, review the official Microsoft documentation.

Configure the Project

  1. The next step lets you configure your Telerik UI for .NET MAUI project by setting your project name and its location.

    Telerik .NET MAUI App configurable wizard initial screen within the Create your new project dialog

  2. (Optional) When using the Telerik .NET MAUI App - Configurable Wizard project template, an additional screen for choosing the predefined application template loads:

    Create new project dialog in the wizard with a blank Telerik UI for .NET MAUI app

    • The Telerik .NET MAUI Blank App option creates blank application.

    • The Telerik .NET MAUI Blank Shell App option creates a blank .NET MAUI Shell application.

Finally, Visual Studio opens the solution, which is pre-configured to use the Telerik UI for .NET MAUI controls and has the Telerik.UI.for.Maui NuGet package installed.

If this is the first time Visual Studio connects to the Telerik NuGet Server, you will see a request to enter your Telerik credentials. Then, the Telerik NuGet Server will be automatically configured as a NuGet source in Visual Studio:

Connect to nuget.telerik.com dialog for logging your username and password

The following image shows the end result after running the application.

Welcome to Telerik UI for .NET MAUI app initial screen on Windows

See Also

In this article