diff --git a/_contentTemplates/grid/export.md b/_contentTemplates/grid/export.md index a0c126d6d8..b0e3e78b5c 100644 --- a/_contentTemplates/grid/export.md +++ b/_contentTemplates/grid/export.md @@ -26,8 +26,8 @@ - Export to Excel - Export to CSV + Export to Excel + Export to CSV diff --git a/common-features/font-icons.md b/common-features/font-icons.md index 25e37b7304..ff4447d193 100644 --- a/common-features/font-icons.md +++ b/common-features/font-icons.md @@ -23,13 +23,7 @@ In this article: Telerik UI for Blazor comes with the `TelerikIcon` component that you can use to render icons. It works with the following image types: -* **Telerik font icon** - the `Telerik.Blazor.IconName` static class allows you to supply an `Icon` parameter that takes a **Telerik icon** from our built-in collection. To find the available **Telerik icons**, you can: - - * Use Visual Studio's IntelliSense. - - * Refer to the [online API Reference](https://docs.telerik.com/blazor-ui/api/Telerik.Blazor.IconName) article. - - >tip Telerik UI for Blazor uses the same icons as the Kendo UI suite. You can find the rendered icons in the [Kendo UI Web Font Icons Library](https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web) article. When you use the icon names in this article, remove the `k-i-` prefix, and you will get the correct icon name for Blazor UI. You can use them as hardcoded strings as well. Their corresponding class members are in `CamelCase`. +* **Telerik font icon** - Telerik UI for Blazor uses the same icons as the Kendo UI suite. You can find the rendered icons in the [Kendo UI Web Font Icons Library](https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web) article. When you use the icon names in this article, remove the `k-i-` prefix, and you will get the correct icon name for Blazor UI. * **Third party font-icon** - the `IconClass` parameter lets you set a CSS class that provides the required font name, font size and content for the `::before` pseudoelement. @@ -40,9 +34,7 @@ Telerik UI for Blazor comes with the `TelerikIcon` component that you can use to >caption Render a standalone icon through the TelerikIcon component ````CSHTML - @* will render the audio note icon *@ - -@* *@ @* This would also render the same audio icon *@ + @* will render the audio note icon *@ @* home icon from OpenIconic, assuming you have loaded the font on the page, you can use your own CSS classes and font icon fonts *@ @@ -71,9 +63,7 @@ Some Telerik components expose icon features out-of-the box. These parameters ma >caption How to use a built-in font icon class on a component's Icon property ````CSHTML -I show the Filter icon -
-I also show the Filter icon through a hardcoded class name +I show the Filter icon ```` >caption The result from the code snippet above diff --git a/common-features/images/telerik-button-with-icon.png b/common-features/images/telerik-button-with-icon.png index 62da0e82aa..bfdc5622d3 100644 Binary files a/common-features/images/telerik-button-with-icon.png and b/common-features/images/telerik-button-with-icon.png differ diff --git a/components/button/icons.md b/components/button/icons.md index 2c2956b40d..74b7e78204 100644 --- a/components/button/icons.md +++ b/components/button/icons.md @@ -27,7 +27,7 @@ The following example shows how to use an image from a URL, a sprite image, and ````CSHTML Sprite -Font Icon +Font Icon Image URL