Skip to content

Commit 2521fef

Browse files
chore(themes): wording improvements
1 parent 1b329c5 commit 2521fef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

themes/overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The UI for Blazor suite comes with a set of built-in themes that you can choose
1717
* **Bootstrap** - a theme that matches the Bootstrap styling. Read more in the [Bootstrap Notes](#bootstrap-notes) section.
1818
* **Material** - implements the [Material Design Guidelines](https://material.io/design/).
1919

20-
These themes are shared with the Kendo UI suites with which the UI for Blazor suite shares HTML rendering, classes and appearance (even though UI for Blazor are native Blazor components).
20+
The UI for Blazor suite has the same HTML rendering and Theme stylesheets like other Kendo UI suites, so previous experience with them can be helpful. The components in **UI for Blazor are native components** and not wrappers over jQuery widgets, however.
2121

2222
To use a theme, you must reference its stylesheet in the `<head>` of your main index file. For a [client-side Blazor app]({%slug getting-started/client-side%}), this is `wwwroot/index.html` and for a [server-side Blazor app]({%slug getting-started/server-side%}), it is `~/Pages/_Host.cshtml`. The Razor syntax for a server application differs and you need to escape the `@` symbols as `@@`.
2323

@@ -32,7 +32,11 @@ This article contains the following sections:
3232

3333
## Static Assets
3434

35-
Static assets are part of the NuGet package that the framework will copy to the output folder during build. They allow you to rely only on local resources for the app and do not need to be changed in the future.
35+
Static assets are part of the NuGet package and the framework will copy them to the output folder during build automatically. They provide the following benefits:
36+
37+
* The necessary resources for the package are always available to you from the framework.
38+
* The application can rely only on local resources and not on third parties (such as CDN providers).
39+
* You do not have to change their paths after updating the package version (a common requirement when using CDNs).
3640

3741
>caption Reference the Telerik theme from the static assets
3842

0 commit comments

Comments
 (0)