You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _contentTemplates/common/get-started.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
#prerequisites-download
7
7
8
-
* To successfully complete the steps in this tutorial, make sure you have an <ahref="https://visualstudio.microsoft.com/vs/"target="_blank">up-to-date Visual Studio</a>, which is compatible with the .NET version of your choice. If you are not using Visual Studio, some of the steps require using the .NET CLI or editing files manually. In this case, also refer to the [Workflow Details tutorial](slug://getting-started/what-you-need).
8
+
* To successfully complete the steps in this tutorial, make sure you have an <ahref="https://visualstudio.microsoft.com/vs/"target="_blank">up-to-date Visual Studio</a>, which is compatible with the [supported .NET version](slug://system-requirements#supported-net-versions) of your choice. If you are not using Visual Studio, some of the steps require using the .NET CLI or editing files manually. In this case, also refer to the [Workflow Details tutorial](slug://getting-started/what-you-need).
9
9
10
10
* To learn more about the compatibility of the Telerik UI for Blazor components with different browser and .NET versions, see the [system requirements](slug://system-requirements).
11
11
@@ -77,7 +77,7 @@ In this tutorial, you will use the [Telerik NuGet feed](slug://installation/nuge
77
77
78
78

79
79
80
-
Well done! Now you have your first Telerik UI for Blazor component running in your Blazor app.
80
+
Well done! Now you have your first Telerik UI for Blazor component running in your Blazor app, showcasing the power of front-end development with Blazor.
Copy file name to clipboardexpand all lines: getting-started/web-app.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
1
---
2
2
title: Blazor Web App
3
-
page_title: First Steps with Blazor Web Apps and Telerik UI for Blazor
4
-
description: Make your first steps with Telerik UI for Blazor and build a Web App that runs the UI for Blazor components.
3
+
page_title: First Steps with Blazor Web App and Telerik UI
4
+
meta_title: First Steps with Blazor Web App | Telerik UI for Blazor.
5
+
description: Learn how to use the Telerik UI for Blazor components in a Blazor Web App project template for .NET 8 and .NET 9.
5
6
slug: getting-started/web-app
6
7
tags: get,started,first,steps,web,app,template
7
8
published: true
8
9
position: 5
9
10
---
10
11
11
-
# First Steps with UI for Blazor in a Web App
12
+
# First Steps with Blazor Web App and Telerik UI
12
13
13
-
This article explains how to use the Telerik UI for Blazor components in a <ahref="https://learn.microsoft.com/en-us/aspnet/core/blazor/project-structure?view=aspnetcore-9.0#blazor-web-app"target="_blank">Blazor Web App</a> project template that exists for .NET 8 and 9. You will create a new application from scratch, learn how to add the UI for Blazor components to a project, and finally, add a UI component to a view.
14
+
This article explains how to use the Telerik UI for Blazor components in a Blazor Web App project template that exists for .NET 8 and 9. You will create a new application from scratch, learn how to add the UI for Blazor components to a project, and finally, add a UI component to a view.
@@ -28,15 +29,15 @@ This article explains how to use the Telerik UI for Blazor components in a <a hr
28
29
29
30
1. Click **Create**.
30
31
31
-
> Most Telerik Blazor components require interactivity. They will not respond to user actions and the Blazor framework will not refresh their UI in static render mode. Telerik Blazor components with JavaScript rendering (Barcodes, Charts, Gauges, Maps, and QR Codes) will not render in static render mode at all.
32
+
> Each component in a Blazor Web App utilizes a render mode to define its hosting model, determine its rendering location, and specify whether it is interactive. Most Telerik Blazor components require interactivity. They will not respond to user actions and the Blazor framework will not refresh their UI in [Static server-side rendering mode (static SSR)](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-9.0#static-server-side-rendering-static-ssr). Telerik Blazor components with JavaScript rendering (Barcodes, Charts, Gauges, Maps, and QR Codes) will not render in static SSR at all.
32
33
>
33
34
> The `Account` section in the Blazor Web App template with identity is static by design. Most Telerik Blazor components cannot work in this section.
Copy file name to clipboardexpand all lines: knowledge-base/common-telerik-themes-libman.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ res_type: kb
26
26
27
27
This KB article answers the following questions:
28
28
29
-
* How to use LibMan to add Telerik themes to your Telerik Blazor app.
29
+
* How to use LibMan to add [Telerik themes](slug://styling-and-themes/overview) to your Telerik Blazor app.
30
30
* How to update local themes in `wwwroot` automatically when a new version is available.
31
31
32
32
[LibMan](https://learn.microsoft.com/en-us/aspnet/core/client-side/libman/) is a client-side dependency manager, which is included in ASP.NET Core. You can use it to automatically download a Telerik theme to the `wwwroot` folder of your app, instead of using [static NuGet assets](slug://themes-overview#loading-themes-from-the-nuget-package) or [Telerik CDN](slug://common-features-cdn).
Copy file name to clipboardexpand all lines: styling-and-themes/overview.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Themes Overview
3
3
page_title: Themes Overview
4
-
description: The UI for Blazor suite comes with a set of built-in themes that you can choose from. Bootstrap and Material themes are also included.
4
+
description: Telerik comes with built-in CSS Blazor themes that control the visual appearance of your UI components.
5
5
slug: themes-overview
6
6
tags: telerik,blazor,theme,built-in
7
7
published: True
@@ -15,7 +15,7 @@ Telerik UI for Blazor comes with a set of built-in CSS themes that control the v
15
15
16
16
>caption In This Article
17
17
18
-
*[Definitions for *theme* and *swatch*](#basics) and [how the themes relate to the components](#integration-with-the-telerik-components)
18
+
*[Definitions for *theme* and *swatch*](#basics) and [how the themes in Blazor relate to the components](#integration-with-the-telerik-components)
19
19
*[All built-in theme and swatch names](#built-in-themes) and how to [preview them](#comparing-themes-and-swatches)
20
20
* How to [register a theme in your app](#using-a-theme)
21
21
* How to [ensure compatibility between the Telerik components and the theme version](#compatibility-and-maintenance)
@@ -63,12 +63,12 @@ There are three ways to load a Telerik theme, in terms of physical CSS file loca
63
63
* Load a CSS theme as a local file in the `wwwroot` folder in the Blazor app. This option is relevant to the following cases:
64
64
* When using [custom themes](slug://themes-customize).
65
65
* When [creating](slug://getting-started-vs-integration-new-project) or [converting](slug://getting-started-vs-integration-convert-project) Telerik Blazor apps with the [Telerik UI for Blazor Visual Studio extension](slug://getting-started-vs-integration-overview).
66
-
* When using themes from the Telerik UI for Blazor [MSI installer](slug://installation/msi) or [ZIP archive](slug://installation/zip). The CSS files are in the `swatches` folder.
66
+
* When using themes in Blazor from the Telerik UI for Blazor [MSI installer](slug://installation/msi) or [ZIP archive](slug://installation/zip). The CSS files are in the `swatches` folder.
67
67
* When using [LibMan](slug://common-kb-telerik-themes-libman) or <ahref="https://www.telerik.com/design-system/docs/themes/get-started/installation/"target="_blank">npm</a> to obtain a specific Telerik theme version. In this case, you can use all built-in theme swatches.
68
68
69
69
> The Blazor app must load only one Telerik theme file at a time. Upgrade the theme with every Telerik UI for Blazor version upgrade, unless you are loading the theme as a static NuGet asset.
70
70
71
-
### Loading Themes from the NuGet Package
71
+
### Loading Themes in Blazor from the NuGet Package
72
72
73
73
The easiest way to load a Telerik theme in a Blazor app is to reference a static asset from the NuGet package. The .NET SDK will copy the CSS file to the output folder during build automatically. Static assets provide the following benefits:
0 commit comments