Skip to content

Commit 96f3efa

Browse files
committed
chore(common): address feedback
1 parent d75de29 commit 96f3efa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

common-features/adaptive-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ You can customize the [above-listed default adaptive breakpoints](#rendering-spe
7878

7979
| Parameter | Type | Description |
8080
| ----------- | ----------- | ----------- |
81-
| `Small` | `int` | The upper boundary of the small threshold. Sets the `max-width` of the small media query in `px`. |
82-
| `Medium` | `int` | The upper boundary of the medium threshold. Sets the `max-width` of the medium media query in `px`.|
81+
| `Small` | `int` <br/> (`500`) | The upper boundary of the small threshold. Sets the `max-width` of the small media query in `px`. |
82+
| `Medium` | `int` <br/> (`768`) | The upper boundary of the medium threshold. Sets the `max-width` of the medium media query in `px`.|
8383

8484
>caption Customize the default adaptive breakpoints
8585

components/rootcomponent/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ If you are using Telerik components in a Blazor app with **Per page/component**
7777
| `IconType` | `IconType` enum <br /> (`Svg`) | The icon type, which other Telerik components will use to render internal icons. Regardless of this parameter value, you can freely use the [`<TelerikFontIcon>`]({%slug common-features-icons%}#fonticon-component) and [`<TelerikSvgIcon>`]({%slug common-features-icons%}#svgicon-component) components, and [set the `Icon` parameter of other Telerik components]({%slug button-icons%}) to any type that you wish. |
7878
| `Localizer` | `Telerik.Blazor.Services.ITelerikStringLocalizer` | The Telerik localization service. The recommended approach is to [define the localizer as a service in `Program.cs`]({%slug globalization-localization%}). Use the `Localizer` parameter only in special cases when this is not possible. |
7979

80+
### TelerikRootComponent Settings
81+
82+
The `TelerikRootComponent` exposes and additional `<RootComponentSettings>` tag for further customizations. You can use it to configure the screen breakpoints for the adaptive rendering of the supported components. [Learn how to customize the default adaptive breakpoints](slug://adaptive-rendering#customize-the-default-adaptive-breakpoints).
8083

8184
## See Also
8285

0 commit comments

Comments
 (0)