Skip to content

chore(common): update assets section in hybrid apps docs #2990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions getting-started/hybrid-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>` 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

Expand Down
Loading