You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common-features/icons.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ Telerik UI for Blazor shares the same [themes]({%slug themes-overview%}) with se
176
176
177
177
You can use the built-in font icons directly with HTML tags, without the `<TelerikFontIcon>` component. Such direct HTML usage may provide more flexibility, but if you don't really need it, we recommend using `FontIcon` objects and the `<TelerikFontIcon>` component instead.
178
178
179
-
To use the icons directly, refer to [List of all Telerik Icons](https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/) and obtain the desired CSS class. The `<TelerikFontIcon>` component simply drops the `k-i-` CSS class prefix to make it easier for you.
179
+
To use the icons directly, refer to <ahref="https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/"target="_blank">List of all Telerik Icons</a> and obtain the desired CSS class. The `<TelerikFontIcon>` component simply drops the `k-i-` CSS class prefix to make it easier for you.
180
180
181
181
>caption Use Telerik font icons with plain HTML
182
182
@@ -314,7 +314,7 @@ It is possible to configure the icon type for the whole application:
314
314
315
315
## Icons List
316
316
317
-
The [Telerik Design System](https://www.telerik.com/design-system/docs/)website provides a list of all [**built-in icons in Telerik UI for Blazor**](https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/).
317
+
The <ahref="https://www.telerik.com/design-system/docs/"target="_blank">Progress Design System</a> website provides a list of all <ahref="https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/"target="_blank">built-in icons in Telerik UI for Blazor</a>.
318
318
319
319
To define an icon with C# syntax, replace the kebab-case with PascalCase. For example, `plus-outline` should become `FontIcon.PlusOutline` or `SvgIcon.PlusOutline`.
320
320
@@ -341,6 +341,6 @@ Telerik UI for Blazor supports using custom (third-party) icons:
Copy file name to clipboardExpand all lines: styling-and-themes/custom-theme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The ThemeBuilder allows [different customization capabilities, depending on the
31
31
32
32
## Setting Theme Variables
33
33
34
-
Each theme defines the same collection of variables, but with different values. For example, here are the [Default theme variables](https://www.telerik.com/design-system/docs/themes/kendo-themes/default/theme-variables/). It is possible to override the theme variable values outside the theme CSS file. In this way you can customize the appearance of the Telerik Blazor components without the need to create and maintain a full custom theme.
34
+
Each theme defines the same collection of variables, but with different values. For example, here are the <ahref="https://www.telerik.com/design-system/docs/themes/kendo-themes/default/theme-variables/"target="_blank">Default theme variables</a>. It is possible to override the theme variable values outside the theme CSS file. In this way you can customize the appearance of the Telerik Blazor components without the need to create and maintain a full custom theme.
35
35
36
36
This approach is supported starting from theme version `8.0.0` and Telerik UI for Blazor version `6.0.0`. Upgrading the Blazor components does not require any additional steps with regard to the CSS code, unless there are breaking changes in the CSS variable names.
37
37
@@ -86,7 +86,7 @@ Upgrading may require changes to the additional custom CSS code, but only if the
86
86
87
87
The most complex and flexible way to use Telerik themes is to build them from the SASS source code in your development environment.
88
88
89
-
The [Theme Customization page of the Progress Design System documentation](https://www.telerik.com/design-system/docs/themes/customization/) and the [kendo-themes repository wiki](https://github.com/telerik/kendo-themes/wiki/Compiling-themes) provide more information about this process.
89
+
The <ahref="https://www.telerik.com/design-system/docs/themes/customization/"target="_blank">Theme Customization page of the Progress Design System documentation</a> and the [kendo-themes repository wiki](https://github.com/telerik/kendo-themes/wiki/Compiling-themes) provide more information about this process.
Copy file name to clipboardExpand all lines: styling-and-themes/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,17 @@ The CSS file of any swatch is self-sufficient and contains all required styles f
39
39
The CSS themes represent an external dependency to Telerik UI for Blazor:
40
40
41
41
* The themes represent a separate product, which is used by multiple Telerik and Kendo UI products. [Each Telerik UI for Blazor version is compatible with specific theme versions](#compatibility-and-maintenance).
42
-
* The [Telerik and Kendo UI Themes documentation](https://www.telerik.com/design-system/docs/themes/get-started/introduction/)is part of the [Telerik Design System documentation](https://www.telerik.com/design-system/docs/). The content in the Telerik UI for Blazor documentation is introductory or specific only to the Blazor components.
42
+
* The <ahref="https://www.telerik.com/design-system/docs/themes/get-started/introduction/"target="_blank">Telerik and Kendo UI Themes documentation</a> is part of the <ahref="https://www.telerik.com/design-system/docs/"target="_blank">Telerik Design System documentation</a>. The content in the Telerik UI for Blazor documentation is introductory or specific only to the Blazor components.
43
43
* The Telerik and Kendo UI Themes have their own product development, roadmap and strategy. You can log public feature requests or bug reports on the [Telerik Themes feedback portal](https://feedback.telerik.com/themes).
44
44
45
45
46
46
## Built-in Themes
47
47
48
-
The [Themes - Get Started page](https://www.telerik.com/design-system/docs/themes/get-started/introduction/#available-themes) lists the built-in themes in Telerik UI for Blazor and describes their unique specifics.
48
+
The <ahref="https://www.telerik.com/design-system/docs/themes/get-started/introduction/#available-themes"target="_blank">Themes - Get Started page</a> lists the built-in themes in Telerik UI for Blazor and describes their unique specifics.
49
49
50
50
### Comparing Themes and Swatches
51
51
52
-
You can explore and compare the built-in theme swatches on the [live Telerik UI for Blazor demos](https://demos.telerik.com/blazor-ui/grid/overview). Use the **Change Theme** dropdown above each component example. To test how the available swatches affect the appearance of the Telerik UI for Blazor components, you can also check the [ThemeBuilder app](https://themebuilderapp.telerik.com). This tool provides the ability to [customize the existing themes and swatches](https://www.telerik.com/design-system/docs/themes/themebuilder/).
52
+
You can explore and compare the built-in theme swatches on the [live Telerik UI for Blazor demos](https://demos.telerik.com/blazor-ui/grid/overview). Use the **Change Theme** dropdown above each component example. To test how the available swatches affect the appearance of the Telerik UI for Blazor components, you can also check the [ThemeBuilder app](https://themebuilderapp.telerik.com). This tool provides the ability to <ahref="https://www.telerik.com/design-system/docs/themes/themebuilder/"target="_blank">customize the existing themes and swatches</a>.
53
53
54
54
55
55
## Using a Theme
@@ -59,12 +59,12 @@ To register a theme, you must reference its stylesheet in the `<head>` of the we
59
59
There are three ways to load a Telerik theme, in terms of physical CSS file location. Note that each option provides access to a different number of theme swatches.
60
60
61
61
*[Load a CSS theme as a static asset from the `Telerik.UI.for.Blazor` NuGet package](#loading-themes-from-the-nuget-package). This is the easiest option and it doesn't require maintenance during [Telerik UI for Blazor version upgrades]({%slug upgrade-tutorial%}). However, you can use only the *Main* swatch of each theme and the *Ocean Blue* swatch of the *Default* theme.
62
-
* Load a CSS theme from a remote URL, for example, CDN. The dedicated [documentation of each theme provides a list of swatches and their URLs](https://www.telerik.com/design-system/docs/themes/kendo-themes/default/).
62
+
* Load a CSS theme from a remote URL, for example, CDN. The dedicated <ahref="https://www.telerik.com/design-system/docs/themes/kendo-themes/default/"target="_blank">documentation of each theme provides a list of swatches and their URLs</a>.
63
63
* Load a CSS theme as a local file in the `wwwroot` folder in the Blazor app. This option is relevant to the following cases:
64
64
* When using [custom themes]({%slug themes-customize%}).
65
65
* When [creating]({%slug getting-started-vs-integration-new-project%}) or [converting]({%slug getting-started-vs-integration-convert-project%}) Telerik Blazor apps with the [Telerik UI for Blazor Visual Studio extension]({%slug getting-started-vs-integration-overview%}).
66
66
* When using themes from the Telerik UI for Blazor [MSI installer]({%slug installation/msi%}) or [ZIP archive]({%slug installation/zip%}). The CSS files are in the `swatches` folder.
67
-
* When using [LibMan]({%slug common-kb-telerik-themes-libman%}) or [npm](https://www.telerik.com/design-system/docs/themes/get-started/installation/) to obtain a specific Telerik theme version. In this case, you can use all built-in theme swatches.
67
+
* When using [LibMan]({%slug common-kb-telerik-themes-libman%}) or <ahref="https://www.telerik.com/design-system/docs/themes/get-started/installation/"target="_blank">npm</a> to obtain a specific Telerik theme version. In this case, you can use all built-in theme swatches.
68
68
69
69
> The Blazor app must load only one Telerik theme file at a time. Upgrade the theme with every Telerik UI for Blazor version upgrade, unless you are loading the theme as a static NuGet asset.
70
70
@@ -105,7 +105,7 @@ The `Telerik.UI.for.Blazor` NuGet package includes only the *Main* swatch of eac
105
105
The Telerik themes are decoupled from the Telerik Blazor components, which leads to the following usage requirements:
106
106
107
107
* When using a CSS theme as local file in `wwwroot`, [replace the file every time you change the Telerik UI for Blazor version]({%slug upgrade-tutorial%}). This includes apps [created with the Telerik Blazor Visual Studio extension without CDN support]({%slug getting-started-vs-integration-new-project%}#step-3-configure-additional-project-settings).
108
-
* When loading [theme swatches](https://www.telerik.com/design-system/docs/themes/customization/swatches/)from a CDN, make sure that the theme version is compatible with the Telerik UI for Blazor version. Our [release notes](https://www.telerik.com/support/whats-new/blazor-ui/release-history) provide theme compatibility information for each components version. You can also use a [newer minor theme version](https://www.telerik.com/design-system/docs/themes/get-started/changelog/), which doesn't contain breaking changes.
108
+
* When loading <ahref="https://www.telerik.com/design-system/docs/themes/customization/swatches/"target="_blank">theme swatches</a> from a CDN, make sure that the theme version is compatible with the Telerik UI for Blazor version. Our [release notes](https://www.telerik.com/support/whats-new/blazor-ui/release-history) provide theme compatibility information for each components version. You can also use a <ahref="https://www.telerik.com/design-system/docs/themes/get-started/changelog/"target="_blank">newer minor theme version</a>, which doesn't contain breaking changes.
109
109
110
110
111
111
## Next Steps
@@ -116,5 +116,5 @@ The Telerik themes are decoupled from the Telerik Blazor components, which leads
116
116
## See Also
117
117
118
118
*[Change the Theme at Runtime]({%slug common-kb-change-theme-runtime%})
119
-
*[Default Ocean Blue Accessibility Swatch](https://www.telerik.com/design-system/docs/foundation/guides/accessibility/global-accessibility/)
119
+
*<ahref="https://www.telerik.com/design-system/docs/foundation/guides/accessibility/global-accessibility/"target="_blank">Default Ocean Blue Accessibility Swatch</a>
120
120
*[Live UI for Blazor Demos](https://demos.telerik.com/blazor-ui/)
0 commit comments