Browse Source
Merge pull request #6691 from abpframework/telerik-article-update
Change CSS source of the Community Article
pull/6696/head
Halil İbrahim Kalkan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
docs/en/Community-Articles/2020-12-10-How-to-Integrate-the-Telerik-Blazor-Component/POST.md
|
|
|
@ -52,7 +52,10 @@ abp new TelerikComponents --ui blazor --database-provider ef |
|
|
|
|
|
|
|
```html |
|
|
|
... |
|
|
|
<link rel="stylesheet" href="https:unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" /> |
|
|
|
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" /> |
|
|
|
<!-- For Trial licenses use |
|
|
|
<link rel="stylesheet" href="_content/Telerik.UI.for.Blazor.Trial/css/kendo-theme-default/all.css" /> |
|
|
|
--> |
|
|
|
<script src="_content/Telerik.UI.for.Blazor/js/telerik-blazor.js" defer></script> |
|
|
|
<!-- For Trial licenses use |
|
|
|
<script src="_content/Telerik.UI.for.Blazor.Trial/js/telerik-blazor.js" defer></script> |
|
|
|
|