Telerik.Blazor.Templates 1.1.1

Prefix Reserved
dotnet new install Telerik.Blazor.Templates@1.1.1
                    
This package contains a .NET Template Package you can call from the shell/command line.

Telerik UI for Blazor Project Templates

This NuGet package provides ASP.NET Core Blazor project templates that include the Telerik UI for Blazor component library. The project templates provide multiple settings to configure the Telerik Blazor components during app creation.

Table of Contents

Templates

The package includes the following project templates.

Template Name .CLI Short Name
Telerik Blazor Web App telerik-blazor
Telerik Blazor WebAssembly Standalone App telerik-blazorwasm
Telerik Blazor MAUI Hybrid App telerik-blazor-maui

Install

  1. Close Visual Studio.
  2. Open your Terminal or Shell app.
  3. Execute the dotnet new install command:
    dotnet new install Telerik.Blazor.Templates
    

Use with Visual Studio

The project templates appear in the C#, Web and Blazor categories in the Create New Project wizard. Make sure to select "All platforms" in the respective dropdown.

When creating a Web App with WebAssembly or Auto render mode, make sure to select the server project as a startup project before running.

Use with VS Code

Install the C# Dev Kit extension.

To create a new app:

  1. Go to the Command Palette at the top (Ctrl + Shift + P).
  2. Select Show and Run Commands.
  3. Select .NET: New Project...
  4. Type a project name and configure the project template options.

Use with the .NET CLI

To see all available templates, execute the dotnet new list command with the --author option:

dotnet new list --author="Progress"

For help on a specific template, execute the dotnet new command with the --help option, for example:

dotnet new telerik-blazor --help

To create a new Blazor app:

  1. Open Terminal and go to the desired parent folder of your future app.
  2. Execute the dotnet new command with the short name of the template and the app name, for example:
    dotnet new telerik-blazor -o MyNewAppName
    

Project Template Features

Telerik UI for Blazor Configuration

The project templates provide options to configure the Telerik UI for Blazor components during app creation:

Template Option Default Value Description
Theme Default The Telerik UI for Blazor NuGet package includes a few CSS files that define different styling of the Telerik Blazor components.
Icon type SVG Telerik Blazor components can render SVG icons or font icons.

Update

Execute the dotnet new update command:

dotnet new update Telerik.Blazor.Templates

Uninstall

To remove the currently installed package, execute the dotnet new uninstall command:

dotnet new uninstall Telerik.Blazor.Templates

License

The Telerik® UI for Blazor project template are licensed under the Apache 2.0 license. This license does not convey, override, or modify any existing licenses covering the runtime source and components of Telerik® UI for Blazor. For more information, see the Telerik® UI for Blazor license agreement.

If you don't have a license for Telerik® UI for Blazor, start a free trial and then follow the First Steps article for the appropriate Blazor application type.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.1 559 6/1/2026
1.0.0 346 5/11/2026