Skip to content

Commit 5ee76d8

Browse files
committed
chore: add adaptive examples for actionsheet components
1 parent 6d41102 commit 5ee76d8

File tree

9 files changed

+22
-0
lines changed

9 files changed

+22
-0
lines changed

components/autocomplete/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ The Blazor AutoComplete @[template](/_contentTemplates/dropdowns/features.md#gro
7171

7272
## Adaptive Rendering
7373

74+
<demo metaUrl="client/autocomplete/adaptive/" height="420"></demo>
75+
7476
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
7577

7678
## AutoComplete Parameters

components/colorpicker/overview.md

+6
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ The Blazor ColorPicker accepts values by the application code in the following f
6666

6767
The ColorPicker does not support color keywords.
6868

69+
## Adaptive Rendering
70+
71+
<demo metaUrl="client/colorpicker/adaptive/" height="555"></demo>
72+
73+
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
74+
6975
## ColorPicker Parameters
7076

7177
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).

components/combobox/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ The Blazor ComboBox @[template](/_contentTemplates/dropdowns/features.md#groupin
7373

7474
## Adaptive Rendering
7575

76+
<demo metaUrl="client/combobox/adaptive/" height="420"></demo>
77+
7678
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
7779

7880
## Parameters

components/datepicker/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ The Blazor DatePicker allows you to customize the rendering of the Calendar popu
6464

6565
## Adaptive Rendering
6666

67+
<demo metaUrl="client/datepicker/adaptive/" height="420"></demo>
68+
6769
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
6870

6971
## Date Picker Parameters

components/daterangepicker/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ The DateRangePicker allows you to customize the rendering of the Calendar popup
6464

6565
## Adaptive Rendering
6666

67+
<demo metaUrl="client/daterangepicker/adaptive/" height="420"></demo>
68+
6769
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
6870

6971
## DateRangePicker Parameters

components/datetimepicker/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The time format specifiers in the `Format` control the tumblers available in the
6262

6363
## Adaptive Rendering
6464

65+
<demo metaUrl="client/datetimepicker/adaptive/" height="420"></demo>
66+
6567
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
6668

6769
## Blazor DateTime Picker Parameters

components/multicolumncombobox/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ The MultiColumnComboBox @[template](/_contentTemplates/dropdowns/features.md#gro
9999

100100
## Adaptive Rendering
101101

102+
<demo metaUrl="client/multicolumncombobox/adaptive/" height="420"></demo>
103+
102104
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
103105

104106
## MultiColumnComboBox Parameters

components/multiselect/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The Blazor MultiSelect @[template](/_contentTemplates/dropdowns/features.md#grou
8787

8888
## Adaptive Rendering
8989

90+
<demo metaUrl="client/multiselect/adaptive/" height="420"></demo>
91+
9092
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
9193

9294
## Parameters

components/timepicker/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The `Min` and `Max` properties require a `DateTime` object, but will only use th
6969

7070
## Adaptive Rendering
7171

72+
<demo metaUrl="client/timepicker/adaptive/" height="420"></demo>
73+
7274
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
7375

7476
## Time Picker Parameters

0 commit comments

Comments
 (0)