From 4758e4b77ddc2a92ae0d38eef581baf3c9e58cb5 Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva Date: Wed, 28 May 2025 18:03:03 +0300 Subject: [PATCH 1/3] chore(common): update assets section in hybrid apps docs --- getting-started/hybrid-blazor.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/getting-started/hybrid-blazor.md b/getting-started/hybrid-blazor.md index d0e05ef9a..f95984509 100644 --- a/getting-started/hybrid-blazor.md +++ b/getting-started/hybrid-blazor.md @@ -40,9 +40,19 @@ To use the UI for Blazor components, install the `Telerik.UI.for.Blazor` packag ### 3. Add the Telerik Client Assets -To have the Telerik Blazor components look and behave as expected, you need the Telerik [CSS and JavaScript assets](slug:getting-started/what-you-need#css-theme-and-javascript-files). Include the assets inside the `` of the `wwwroot/index.html` file. +To have the Telerik Blazor components look and behave as expected, you need the Telerik CSS and JavaScript assets. -You can add the Telerik resources as [static assets](slug:getting-started/what-you-need#css-theme-and-javascript-files). +1\. Add the [theme stylesheet as a static asset](slug:themes-overview#using-a-theme) in your `wwwroot/index.html` file. + +**HTML** + +@[template](/_contentTemplates/common/js-interop-file.md#theme-static-asset-snippet) + +2\. Add the `telerik-blazor.js` file to your `wwwroot/index.html` file. + +**HTML** + +@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet) ### 4. Include @using Statements From b886cabcd05108fbd74936bf12b2b31b87ae2695 Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva <73842592+ntacheva@users.noreply.github.com> Date: Fri, 30 May 2025 18:52:26 +0300 Subject: [PATCH 2/3] Update getting-started/hybrid-blazor.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com> --- getting-started/hybrid-blazor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/hybrid-blazor.md b/getting-started/hybrid-blazor.md index f95984509..595b229c8 100644 --- a/getting-started/hybrid-blazor.md +++ b/getting-started/hybrid-blazor.md @@ -42,7 +42,7 @@ To use the UI for Blazor components, install the `Telerik.UI.for.Blazor` packag To have the Telerik Blazor components look and behave as expected, you need the Telerik CSS and JavaScript assets. -1\. Add the [theme stylesheet as a static asset](slug:themes-overview#using-a-theme) in your `wwwroot/index.html` file. +1. Add the [theme stylesheet as a static asset](slug:themes-overview#using-a-theme) in your `wwwroot/index.html` file. **HTML** From 662b4d6ef6bd704eb7198f8a0fb7f72f3bd5f80d Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva <73842592+ntacheva@users.noreply.github.com> Date: Fri, 30 May 2025 18:52:50 +0300 Subject: [PATCH 3/3] Update getting-started/hybrid-blazor.md --- getting-started/hybrid-blazor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/hybrid-blazor.md b/getting-started/hybrid-blazor.md index 595b229c8..a31c072b2 100644 --- a/getting-started/hybrid-blazor.md +++ b/getting-started/hybrid-blazor.md @@ -48,7 +48,7 @@ To have the Telerik Blazor components look and behave as expected, you need the @[template](/_contentTemplates/common/js-interop-file.md#theme-static-asset-snippet) -2\. Add the `telerik-blazor.js` file to your `wwwroot/index.html` file. +2. Add the `telerik-blazor.js` file to your `wwwroot/index.html` file. **HTML**