Skip to content

Commit 9e6849f

Browse files
chore(common): update assets section in hybrid apps docs (#2990)
* chore(common): update assets section in hybrid apps docs * Update getting-started/hybrid-blazor.md Co-authored-by: Yordan <[email protected]> * Update getting-started/hybrid-blazor.md --------- Co-authored-by: Yordan <[email protected]>
1 parent eee4841 commit 9e6849f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

getting-started/hybrid-blazor.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,19 @@ To use the UI for Blazor components, install the `Telerik.UI.for.Blazor` packag
4040

4141
### 3. Add the Telerik Client Assets
4242

43-
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 `<head>` of the `wwwroot/index.html` file.
43+
To have the Telerik Blazor components look and behave as expected, you need the Telerik CSS and JavaScript assets.
4444

45-
You can add the Telerik resources as [static assets](slug:getting-started/what-you-need#css-theme-and-javascript-files).
45+
1. Add the [theme stylesheet as a static asset](slug:themes-overview#using-a-theme) in your `wwwroot/index.html` file.
46+
47+
**HTML**
48+
49+
@[template](/_contentTemplates/common/js-interop-file.md#theme-static-asset-snippet)
50+
51+
2. Add the `telerik-blazor.js` file to your `wwwroot/index.html` file.
52+
53+
**HTML**
54+
55+
@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet)
4656

4757
### 4. Include @using Statements
4858

0 commit comments

Comments
 (0)