Skip to content

chore: add adaptive examples for actionsheet components #2944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components/autocomplete/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ The Blazor AutoComplete @[template](/_contentTemplates/dropdowns/features.md#gro

## Adaptive Rendering

<demo metaUrl="client/autocomplete/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## AutoComplete Parameters
Expand Down
6 changes: 6 additions & 0 deletions components/colorpicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ The Blazor ColorPicker accepts values by the application code in the following f

The ColorPicker does not support color keywords.

## Adaptive Rendering

<demo metaUrl="client/colorpicker/adaptive/" height="555"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## ColorPicker Parameters

The Blazor ColorPicker provides various parameters to configure the component. For more configuration options, see the [public Telerik UI for Blazor ColorPicker API](slug:Telerik.Blazor.Components.TelerikColorPicker).
Expand Down
2 changes: 2 additions & 0 deletions components/combobox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#groupin

## Adaptive Rendering

<demo metaUrl="client/combobox/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## Parameters
Expand Down
2 changes: 2 additions & 0 deletions components/datepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The Blazor DatePicker allows you to customize the rendering of the Calendar popu

## Adaptive Rendering

<demo metaUrl="client/datepicker/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## Date Picker Parameters
Expand Down
2 changes: 2 additions & 0 deletions components/daterangepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The DateRangePicker allows you to customize the rendering of the Calendar popup

## Adaptive Rendering

<demo metaUrl="client/daterangepicker/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## DateRangePicker Parameters
Expand Down
2 changes: 2 additions & 0 deletions components/datetimepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ The time format specifiers in the `Format` control the tumblers available in the

## Adaptive Rendering

<demo metaUrl="client/datetimepicker/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## Blazor DateTime Picker Parameters
Expand Down
2 changes: 2 additions & 0 deletions components/multicolumncombobox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ The MultiColumnComboBox @[template](/_contentTemplates/dropdowns/features.md#gro

## Adaptive Rendering

<demo metaUrl="client/multicolumncombobox/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## MultiColumnComboBox Parameters
Expand Down
2 changes: 2 additions & 0 deletions components/multiselect/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ The Blazor MultiSelect @[template](/_contentTemplates/dropdowns/features.md#grou

## Adaptive Rendering

<demo metaUrl="client/multiselect/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## Parameters
Expand Down
2 changes: 2 additions & 0 deletions components/timepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ The `Min` and `Max` properties require a `DateTime` object, but will only use th

## Adaptive Rendering

<demo metaUrl="client/timepicker/adaptive/" height="420"></demo>

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## Time Picker Parameters
Expand Down
Loading